class org.springframework.cglib.proxy.MethodProxy$CreateInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.cglib.proxy.MethodProxy$CreateInfo
  super_class: java.lang.Object
{
  java.lang.Class c1;
    descriptor: Ljava/lang/Class;
    flags: (0x0000) 

  java.lang.Class c2;
    descriptor: Ljava/lang/Class;
    flags: (0x0000) 

  NamingPolicy namingPolicy;
    descriptor: LNamingPolicy;
    flags: (0x0000) 

  GeneratorStrategy strategy;
    descriptor: LGeneratorStrategy;
    flags: (0x0000) 

  boolean attemptLoad;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(java.lang.Class, java.lang.Class);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.cglib.proxy.MethodProxy$CreateInfo this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.cglib.core.CodeGenerationException cannot be resolved\n\tThe import org.springframework.cglib.core.GeneratorStrategy cannot be resolved\n\tThe import org.springframework.cglib.core.NamingPolicy cannot be resolved\n\tThe import org.springframework.cglib.core.Signature cannot be resolved\n\tThe import org.springframework.cglib.reflect cannot be resolved\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tThe method helper(MethodProxy.CreateInfo, Class) from the type MethodProxy refers to the missing type FastClass\n\tFastClass cannot be resolved to a type\n\tThe method helper(MethodProxy.CreateInfo, Class) from the type MethodProxy refers to the missing type FastClass\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tNamingPolicy cannot be resolved to a type\n\tGeneratorStrategy cannot be resolved to a type\n\tNamingPolicy cannot be resolved to a type\n\tThe method getNamingPolicy() from the type AbstractClassGenerator refers to the missing type NamingPolicy\n\tGeneratorStrategy cannot be resolved to a type\n\tThe method getStrategy() from the type AbstractClassGenerator refers to the missing type GeneratorStrategy\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tNamingPolicy cannot be resolved to a type\n\tGeneratorStrategy cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tMethodInterceptorGenerator cannot be resolved to a variable\n\tMethodInterceptorGenerator cannot be resolved to a variable\n\tCodeGenerationException cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n\tSignature cannot be resolved to a type\n\tFastClass cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.cglib.proxy.MethodProxy$CreateInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cglib/proxy/MethodProxy$CreateInfo;
    MethodParameters:
      Name  Flags
      c1    
      c2    
}
SourceFile: "MethodProxy.java"
NestHost: org.springframework.cglib.proxy.MethodProxy
InnerClasses:
  private CreateInfo = org.springframework.cglib.proxy.MethodProxy$CreateInfo of org.springframework.cglib.proxy.MethodProxy