abstract class org.springframework.context.annotation.ConfigurationMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.context.annotation.ConfigurationMethod
  super_class: java.lang.Object
{
  protected final org.springframework.core.type.MethodMetadata metadata;
    descriptor: Lorg/springframework/core/type/MethodMetadata;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final org.springframework.context.annotation.ConfigurationClass configurationClass;
    descriptor: Lorg/springframework/context/annotation/ConfigurationClass;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.springframework.core.type.MethodMetadata, org.springframework.context.annotation.ConfigurationClass);
    descriptor: (Lorg/springframework/core/type/MethodMetadata;Lorg/springframework/context/annotation/ConfigurationClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.context.annotation.ConfigurationMethod this
        start local 1 // org.springframework.core.type.MethodMetadata metadata
        start local 2 // org.springframework.context.annotation.ConfigurationClass configurationClass
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* metadata */
            putfield org.springframework.context.annotation.ConfigurationMethod.metadata:Lorg/springframework/core/type/MethodMetadata;
         2: .line 38
            aload 0 /* this */
            aload 2 /* configurationClass */
            putfield org.springframework.context.annotation.ConfigurationMethod.configurationClass:Lorg/springframework/context/annotation/ConfigurationClass;
         3: .line 39
            return
        end local 2 // org.springframework.context.annotation.ConfigurationClass configurationClass
        end local 1 // org.springframework.core.type.MethodMetadata metadata
        end local 0 // org.springframework.context.annotation.ConfigurationMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/springframework/context/annotation/ConfigurationMethod;
            0    4     1            metadata  Lorg/springframework/core/type/MethodMetadata;
            0    4     2  configurationClass  Lorg/springframework/context/annotation/ConfigurationClass;
    MethodParameters:
                    Name  Flags
      metadata            
      configurationClass  

  public org.springframework.core.type.MethodMetadata getMetadata();
    descriptor: ()Lorg/springframework/core/type/MethodMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationMethod this
         0: .line 43
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationMethod.metadata:Lorg/springframework/core/type/MethodMetadata;
            areturn
        end local 0 // org.springframework.context.annotation.ConfigurationMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationMethod;

  public org.springframework.context.annotation.ConfigurationClass getConfigurationClass();
    descriptor: ()Lorg/springframework/context/annotation/ConfigurationClass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationMethod this
         0: .line 47
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationMethod.configurationClass:Lorg/springframework/context/annotation/ConfigurationClass;
            areturn
        end local 0 // org.springframework.context.annotation.ConfigurationMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationMethod;

  public org.springframework.beans.factory.parsing.Location getResourceLocation();
    descriptor: ()Lorg/springframework/beans/factory/parsing/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationMethod this
         0: .line 51
            new org.springframework.beans.factory.parsing.Location
            dup
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationMethod.configurationClass:Lorg/springframework/context/annotation/ConfigurationClass;
            invokevirtual org.springframework.context.annotation.ConfigurationClass.getResource:()Lorg/springframework/core/io/Resource;
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationMethod.metadata:Lorg/springframework/core/type/MethodMetadata;
            invokespecial org.springframework.beans.factory.parsing.Location.<init>:(Lorg/springframework/core/io/Resource;Ljava/lang/Object;)V
            areturn
        end local 0 // org.springframework.context.annotation.ConfigurationMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationMethod;

  java.lang.String getFullyQualifiedMethodName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationMethod this
         0: .line 55
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationMethod.metadata:Lorg/springframework/core/type/MethodMetadata;
            invokeinterface org.springframework.core.type.MethodMetadata.getDeclaringClassName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "#"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationMethod.metadata:Lorg/springframework/core/type/MethodMetadata;
            invokeinterface org.springframework.core.type.MethodMetadata.getMethodName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.context.annotation.ConfigurationMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationMethod;

  static java.lang.String getShortMethodName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String fullyQualifiedMethodName
         0: .line 59
            aload 0 /* fullyQualifiedMethodName */
            aload 0 /* fullyQualifiedMethodName */
            bipush 35
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            areturn
        end local 0 // java.lang.String fullyQualifiedMethodName
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0  fullyQualifiedMethodName  Ljava/lang/String;
    MethodParameters:
                          Name  Flags
      fullyQualifiedMethodName  

  public void validate(org.springframework.beans.factory.parsing.ProblemReporter);
    descriptor: (Lorg/springframework/beans/factory/parsing/ProblemReporter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConfigurationMethod this
        start local 1 // org.springframework.beans.factory.parsing.ProblemReporter problemReporter
         0: .line 63
            return
        end local 1 // org.springframework.beans.factory.parsing.ProblemReporter problemReporter
        end local 0 // org.springframework.context.annotation.ConfigurationMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/springframework/context/annotation/ConfigurationMethod;
            0    1     1  problemReporter  Lorg/springframework/beans/factory/parsing/ProblemReporter;
    MethodParameters:
                 Name  Flags
      problemReporter  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationMethod this
         0: .line 68
            ldc "[%s:name=%s,declaringClass=%s]"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 69
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.springframework.context.annotation.ConfigurationMethod.getMetadata:()Lorg/springframework/core/type/MethodMetadata;
            invokeinterface org.springframework.core.type.MethodMetadata.getMethodName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual org.springframework.context.annotation.ConfigurationMethod.getMetadata:()Lorg/springframework/core/type/MethodMetadata;
            invokeinterface org.springframework.core.type.MethodMetadata.getDeclaringClassName:()Ljava/lang/String;
            aastore
         2: .line 68
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.context.annotation.ConfigurationMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/context/annotation/ConfigurationMethod;
}
SourceFile: "ConfigurationMethod.java"