class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor extends org.springframework.beans.factory.config.DependencyDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor
  super_class: org.springframework.beans.factory.config.DependencyDescriptor
{
  private final java.lang.Class<?> lookupType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  public void <init>(java.lang.reflect.Field, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Field;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor this
        start local 1 // java.lang.reflect.Field field
        start local 2 // java.lang.Class lookupType
         0: .line 791
            aload 0 /* this */
            aload 1 /* field */
            iconst_1
            invokespecial org.springframework.beans.factory.config.DependencyDescriptor.<init>:(Ljava/lang/reflect/Field;Z)V
         1: .line 792
            aload 0 /* this */
            aload 2 /* lookupType */
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor.lookupType:Ljava/lang/Class;
         2: .line 793
            return
        end local 2 // java.lang.Class lookupType
        end local 1 // java.lang.reflect.Field field
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor;
            0    3     1       field  Ljava/lang/reflect/Field;
            0    3     2  lookupType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/reflect/Field;Ljava/lang/Class<*>;)V
    MethodParameters:
            Name  Flags
      field       
      lookupType  

  public void <init>(java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.lang.Class lookupType
         0: .line 796
            aload 0 /* this */
            new org.springframework.core.MethodParameter
            dup
            aload 1 /* method */
            iconst_0
            invokespecial org.springframework.core.MethodParameter.<init>:(Ljava/lang/reflect/Method;I)V
            iconst_1
            invokespecial org.springframework.beans.factory.config.DependencyDescriptor.<init>:(Lorg/springframework/core/MethodParameter;Z)V
         1: .line 797
            aload 0 /* this */
            aload 2 /* lookupType */
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor.lookupType:Ljava/lang/Class;
         2: .line 798
            return
        end local 2 // java.lang.Class lookupType
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor;
            0    3     1      method  Ljava/lang/reflect/Method;
            0    3     2  lookupType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)V
    MethodParameters:
            Name  Flags
      method      
      lookupType  

  public java.lang.Class<?> getDependencyType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor this
         0: .line 802
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor.lookupType:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor;
    Signature: ()Ljava/lang/Class<*>;
}
SourceFile: "CommonAnnotationBeanPostProcessor.java"
NestHost: org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
InnerClasses:
  private LookupDependencyDescriptor = org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor of org.springframework.context.annotation.CommonAnnotationBeanPostProcessor