class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 implements org.springframework.aop.TargetSource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1
  super_class: java.lang.Object
{
  final org.springframework.context.annotation.CommonAnnotationBeanPostProcessor this$0;
    descriptor: Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement val$element;
    descriptor: Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$requestingBeanName;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.context.annotation.CommonAnnotationBeanPostProcessor, org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement, java.lang.String);
    descriptor: (Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
         0: .line 449
            aload 0 /* this */
            aload 1
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1.this$0:Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;
            aload 0 /* this */
            aload 2
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1.val$element:Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
            aload 0 /* this */
            aload 3
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1.val$requestingBeanName:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$1;
    MethodParameters:
                        Name  Flags
      this$0                  final
      val$element             final
      val$requestingBeanName  final

  public java.lang.Class<?> getTargetClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
         0: .line 452
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1.val$element:Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$1;
    Signature: ()Ljava/lang/Class<*>;

  public boolean isStatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
         0: .line 456
            iconst_0
            ireturn
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$1;

  public java.lang.Object getTarget();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
         0: .line 460
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1.this$0:Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1.val$element:Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1.val$requestingBeanName:Ljava/lang/String;
            invokevirtual org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource:(Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$1;

  public void releaseTarget(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
        start local 1 // java.lang.Object target
         0: .line 464
            return
        end local 1 // java.lang.Object target
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$1;
            0    1     1  target  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "CommonAnnotationBeanPostProcessor.java"
EnclosingMethod: org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.buildLazyResourceProxy:(Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;Ljava/lang/String;)Ljava/lang/Object;
NestHost: org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
InnerClasses:
  org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$1
  protected abstract LookupElement = org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement of org.springframework.context.annotation.CommonAnnotationBeanPostProcessor