public class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition extends org.springframework.beans.factory.support.GenericBeanDefinition implements org.springframework.beans.factory.annotation.AnnotatedBeanDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
  super_class: org.springframework.beans.factory.support.GenericBeanDefinition
{
  private final org.springframework.core.type.AnnotationMetadata metadata;
    descriptor: Lorg/springframework/core/type/AnnotationMetadata;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.core.type.MethodMetadata factoryMethodMetadata;
    descriptor: Lorg/springframework/core/type/MethodMetadata;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
        start local 1 // java.lang.Class beanClass
         0: .line 56
            aload 0 /* this */
            invokespecial org.springframework.beans.factory.support.GenericBeanDefinition.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* beanClass */
            invokevirtual org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.setBeanClass:(Ljava/lang/Class;)V
         2: .line 58
            aload 0 /* this */
            aload 1 /* beanClass */
            invokestatic org.springframework.core.type.AnnotationMetadata.introspect:(Ljava/lang/Class;)Lorg/springframework/core/type/AnnotationMetadata;
            putfield org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.metadata:Lorg/springframework/core/type/AnnotationMetadata;
         3: .line 59
            return
        end local 1 // java.lang.Class beanClass
        end local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/beans/factory/annotation/AnnotatedGenericBeanDefinition;
            0    4     1  beanClass  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
           Name  Flags
      beanClass  

  public void <init>(org.springframework.core.type.AnnotationMetadata);
    descriptor: (Lorg/springframework/core/type/AnnotationMetadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
        start local 1 // org.springframework.core.type.AnnotationMetadata metadata
         0: .line 71
            aload 0 /* this */
            invokespecial org.springframework.beans.factory.support.GenericBeanDefinition.<init>:()V
         1: .line 72
            aload 1 /* metadata */
            ldc "AnnotationMetadata must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 73
            aload 1 /* metadata */
            instanceof org.springframework.core.type.StandardAnnotationMetadata
            ifeq 5
         3: .line 74
            aload 0 /* this */
            aload 1 /* metadata */
            checkcast org.springframework.core.type.StandardAnnotationMetadata
            invokevirtual org.springframework.core.type.StandardAnnotationMetadata.getIntrospectedClass:()Ljava/lang/Class;
            invokevirtual org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.setBeanClass:(Ljava/lang/Class;)V
         4: .line 75
            goto 6
         5: .line 77
      StackMap locals: org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition org.springframework.core.type.AnnotationMetadata
      StackMap stack:
            aload 0 /* this */
            aload 1 /* metadata */
            invokeinterface org.springframework.core.type.AnnotationMetadata.getClassName:()Ljava/lang/String;
            invokevirtual org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.setBeanClassName:(Ljava/lang/String;)V
         6: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* metadata */
            putfield org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.metadata:Lorg/springframework/core/type/AnnotationMetadata;
         7: .line 80
            return
        end local 1 // org.springframework.core.type.AnnotationMetadata metadata
        end local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/springframework/beans/factory/annotation/AnnotatedGenericBeanDefinition;
            0    8     1  metadata  Lorg/springframework/core/type/AnnotationMetadata;
    MethodParameters:
          Name  Flags
      metadata  

  public void <init>(org.springframework.core.type.AnnotationMetadata, org.springframework.core.type.MethodMetadata);
    descriptor: (Lorg/springframework/core/type/AnnotationMetadata;Lorg/springframework/core/type/MethodMetadata;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
        start local 1 // org.springframework.core.type.AnnotationMetadata metadata
        start local 2 // org.springframework.core.type.MethodMetadata factoryMethodMetadata
         0: .line 90
            aload 0 /* this */
            aload 1 /* metadata */
            invokespecial org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.<init>:(Lorg/springframework/core/type/AnnotationMetadata;)V
         1: .line 91
            aload 2 /* factoryMethodMetadata */
            ldc "MethodMetadata must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 92
            aload 0 /* this */
            aload 2 /* factoryMethodMetadata */
            invokeinterface org.springframework.core.type.MethodMetadata.getMethodName:()Ljava/lang/String;
            invokevirtual org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.setFactoryMethodName:(Ljava/lang/String;)V
         3: .line 93
            aload 0 /* this */
            aload 2 /* factoryMethodMetadata */
            putfield org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.factoryMethodMetadata:Lorg/springframework/core/type/MethodMetadata;
         4: .line 94
            return
        end local 2 // org.springframework.core.type.MethodMetadata factoryMethodMetadata
        end local 1 // org.springframework.core.type.AnnotationMetadata metadata
        end local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/springframework/beans/factory/annotation/AnnotatedGenericBeanDefinition;
            0    5     1               metadata  Lorg/springframework/core/type/AnnotationMetadata;
            0    5     2  factoryMethodMetadata  Lorg/springframework/core/type/MethodMetadata;
    MethodParameters:
                       Name  Flags
      metadata               
      factoryMethodMetadata  

  public final org.springframework.core.type.AnnotationMetadata getMetadata();
    descriptor: ()Lorg/springframework/core/type/AnnotationMetadata;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
         0: .line 99
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.metadata:Lorg/springframework/core/type/AnnotationMetadata;
            areturn
        end local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/annotation/AnnotatedGenericBeanDefinition;

  public final org.springframework.core.type.MethodMetadata getFactoryMethodMetadata();
    descriptor: ()Lorg/springframework/core/type/MethodMetadata;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
         0: .line 105
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition.factoryMethodMetadata:Lorg/springframework/core/type/MethodMetadata;
            areturn
        end local 0 // org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/annotation/AnnotatedGenericBeanDefinition;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "AnnotatedGenericBeanDefinition.java"