class org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy extends org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy
  super_class: org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy
{
  public void <init>(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 214
            aload 0 /* this */
            aload 1 /* classLoader */
            invokespecial org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy.<init>:(Ljava/lang/ClassLoader;)V
         1: .line 215
            return
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;
            0    2     1  classLoader  Ljava/lang/ClassLoader;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      classLoader  

  protected org.springframework.cglib.core.ClassGenerator transform(org.springframework.cglib.core.ClassGenerator);
    descriptor: (Lorg/springframework/cglib/core/ClassGenerator;)Lorg/springframework/cglib/core/ClassGenerator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy this
        start local 1 // org.springframework.cglib.core.ClassGenerator cg
         0: .line 219
            new org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1
            dup
            aload 0 /* this */
            invokespecial org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1.<init>:(Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;)V
            astore 2 /* transformer */
        start local 2 // org.springframework.cglib.transform.ClassEmitterTransformer transformer
         1: .line 226
            new org.springframework.cglib.transform.TransformingClassGenerator
            dup
            aload 1 /* cg */
            aload 2 /* transformer */
            invokespecial org.springframework.cglib.transform.TransformingClassGenerator.<init>:(Lorg/springframework/cglib/core/ClassGenerator;Lorg/springframework/cglib/transform/ClassTransformer;)V
            areturn
        end local 2 // org.springframework.cglib.transform.ClassEmitterTransformer transformer
        end local 1 // org.springframework.cglib.core.ClassGenerator cg
        end local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;
            0    2     1           cg  Lorg/springframework/cglib/core/ClassGenerator;
            1    2     2  transformer  Lorg/springframework/cglib/transform/ClassEmitterTransformer;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      cg    
}
SourceFile: "ConfigurationClassEnhancer.java"
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