class org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1 extends org.springframework.cglib.transform.ClassEmitterTransformer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1
  super_class: org.springframework.cglib.transform.ClassEmitterTransformer
{
  final org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy this$1;
    descriptor: Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy);
    descriptor: (Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1 this
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1.this$1:Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;
            aload 0 /* this */
            invokespecial org.springframework.cglib.transform.ClassEmitterTransformer.<init>:()V
            return
        end local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void end_class();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1 this
         0: .line 224
            aload 0 /* this */
            iconst_1
            ldc "$$beanFactory"
            ldc Lorg/springframework/beans/factory/BeanFactory;
            invokestatic org.springframework.asm.Type.getType:(Ljava/lang/Class;)Lorg/springframework/asm/Type;
            aconst_null
            invokevirtual org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1.declare_field:(ILjava/lang/String;Lorg/springframework/asm/Type;Ljava/lang/Object;)V
         1: .line 225
            aload 0 /* this */
            invokespecial org.springframework.cglib.transform.ClassEmitterTransformer.end_class:()V
         2: .line 226
            return
        end local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1;
}
SourceFile: "ConfigurationClassEnhancer.java"
EnclosingMethod: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy.transform:(Lorg/springframework/cglib/core/ClassGenerator;)Lorg/springframework/cglib/core/ClassGenerator;
NestHost: org.springframework.context.annotation.ConfigurationClassEnhancer
InnerClasses:
  private BeanFactoryAwareGeneratorStrategy = org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy of org.springframework.context.annotation.ConfigurationClassEnhancer
  org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1