public abstract class org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement
  super_class: java.lang.Object
{
  protected final java.lang.reflect.Member member;
    descriptor: Ljava/lang/reflect/Member;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean isField;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.beans.PropertyDescriptor pd;
    descriptor: Ljava/beans/PropertyDescriptor;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected volatile java.lang.Boolean skip;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected void <init>(java.lang.reflect.Member, java.beans.PropertyDescriptor);
    descriptor: (Ljava/lang/reflect/Member;Ljava/beans/PropertyDescriptor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
        start local 1 // java.lang.reflect.Member member
        start local 2 // java.beans.PropertyDescriptor pd
         0: .line 131
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 132
            aload 0 /* this */
            aload 1 /* member */
            putfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
         2: .line 133
            aload 0 /* this */
            aload 1 /* member */
            instanceof java.lang.reflect.Field
            putfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.isField:Z
         3: .line 134
            aload 0 /* this */
            aload 2 /* pd */
            putfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
         4: .line 135
            return
        end local 2 // java.beans.PropertyDescriptor pd
        end local 1 // java.lang.reflect.Member member
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
            0    5     1  member  Ljava/lang/reflect/Member;
            0    5     2      pd  Ljava/beans/PropertyDescriptor;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      member  
      pd      

  public final java.lang.reflect.Member getMember();
    descriptor: ()Ljava/lang/reflect/Member;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
         0: .line 138
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            areturn
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;

  protected final java.lang.Class<?> getResourceType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
         0: .line 142
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.isField:Z
            ifeq 2
         1: .line 143
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Field
            invokevirtual java.lang.reflect.Field.getType:()Ljava/lang/Class;
            areturn
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            ifnull 4
         3: .line 146
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            invokevirtual java.beans.PropertyDescriptor.getPropertyType:()Ljava/lang/Class;
            areturn
         4: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Method
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            iconst_0
            aaload
            areturn
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
    Signature: ()Ljava/lang/Class<*>;

  protected final void checkResourceType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
        start local 1 // java.lang.Class resourceType
         0: .line 154
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.isField:Z
            ifeq 6
         1: .line 155
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Field
            invokevirtual java.lang.reflect.Field.getType:()Ljava/lang/Class;
            astore 2 /* fieldType */
        start local 2 // java.lang.Class fieldType
         2: .line 156
            aload 1 /* resourceType */
            aload 2 /* fieldType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 13
            aload 2 /* fieldType */
            aload 1 /* resourceType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 13
         3: .line 157
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Specified field type ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* fieldType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 158
            ldc "] is incompatible with resource type ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* resourceType */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 157
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Class fieldType
         6: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            ifnull 7
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            invokevirtual java.beans.PropertyDescriptor.getPropertyType:()Ljava/lang/Class;
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Method
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            iconst_0
            aaload
         8: .line 162
      StackMap locals:
      StackMap stack: java.lang.Class
            astore 2 /* paramType */
        start local 2 // java.lang.Class paramType
         9: .line 164
            aload 1 /* resourceType */
            aload 2 /* paramType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 13
            aload 2 /* paramType */
            aload 1 /* resourceType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 13
        10: .line 165
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Specified parameter type ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* paramType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 166
            ldc "] is incompatible with resource type ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* resourceType */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 165
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Class paramType
        13: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Class resourceType
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
            0   14     1  resourceType  Ljava/lang/Class<*>;
            2    6     2     fieldType  Ljava/lang/Class<*>;
            9   13     2     paramType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
              Name  Flags
      resourceType  

  protected void inject(java.lang.Object, java.lang.String, org.springframework.beans.PropertyValues);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Lorg/springframework/beans/PropertyValues;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
        start local 1 // java.lang.Object target
        start local 2 // java.lang.String requestingBeanName
        start local 3 // org.springframework.beans.PropertyValues pvs
         0: .line 177
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.isField:Z
            ifeq 5
         1: .line 178
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Field
            astore 4 /* field */
        start local 4 // java.lang.reflect.Field field
         2: .line 179
            aload 4 /* field */
            invokestatic org.springframework.util.ReflectionUtils.makeAccessible:(Ljava/lang/reflect/Field;)V
         3: .line 180
            aload 4 /* field */
            aload 1 /* target */
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* requestingBeanName */
            invokevirtual org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.getResourceToInject:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.reflect.Field.set:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 4 // java.lang.reflect.Field field
         4: .line 181
            goto 13
         5: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* pvs */
            invokevirtual org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.checkPropertySkipping:(Lorg/springframework/beans/PropertyValues;)Z
            ifeq 7
         6: .line 184
            return
         7: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Method
            astore 4 /* method */
        start local 4 // java.lang.reflect.Method method
         8: .line 188
            aload 4 /* method */
            invokestatic org.springframework.util.ReflectionUtils.makeAccessible:(Ljava/lang/reflect/Method;)V
         9: .line 189
            aload 4 /* method */
            aload 1 /* target */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* requestingBeanName */
            invokevirtual org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.getResourceToInject:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // java.lang.reflect.Method method
        10: .line 190
            goto 13
        11: .line 191
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 4 /* ex */
        start local 4 // java.lang.reflect.InvocationTargetException ex
        12: .line 192
            aload 4 /* ex */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            athrow
        end local 4 // java.lang.reflect.InvocationTargetException ex
        13: .line 195
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.springframework.beans.PropertyValues pvs
        end local 2 // java.lang.String requestingBeanName
        end local 1 // java.lang.Object target
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   14     0                this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
            0   14     1              target  Ljava/lang/Object;
            0   14     2  requestingBeanName  Ljava/lang/String;
            0   14     3                 pvs  Lorg/springframework/beans/PropertyValues;
            2    4     4               field  Ljava/lang/reflect/Field;
            8   10     4              method  Ljava/lang/reflect/Method;
           12   13     4                  ex  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           7    10      11  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                    Name  Flags
      target              
      requestingBeanName  
      pvs                 

  protected boolean checkPropertySkipping(org.springframework.beans.PropertyValues);
    descriptor: (Lorg/springframework/beans/PropertyValues;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
        start local 1 // org.springframework.beans.PropertyValues pvs
         0: .line 203
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.skip:Ljava/lang/Boolean;
            astore 2 /* skip */
        start local 2 // java.lang.Boolean skip
         1: .line 204
            aload 2 /* skip */
            ifnull 3
         2: .line 205
            aload 2 /* skip */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         3: .line 207
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* pvs */
            ifnonnull 6
         4: .line 208
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.skip:Ljava/lang/Boolean;
         5: .line 209
            iconst_0
            ireturn
         6: .line 211
      StackMap locals:
      StackMap stack:
            aload 1 /* pvs */
            dup
            astore 3
            monitorenter
         7: .line 212
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.skip:Ljava/lang/Boolean;
            astore 2 /* skip */
         8: .line 213
            aload 2 /* skip */
            ifnull 11
         9: .line 214
            aload 2 /* skip */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            aload 3
            monitorexit
        10: ireturn
        11: .line 216
      StackMap locals: org.springframework.beans.PropertyValues
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            ifnull 18
        12: .line 217
            aload 1 /* pvs */
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            invokevirtual java.beans.PropertyDescriptor.getName:()Ljava/lang/String;
            invokeinterface org.springframework.beans.PropertyValues.contains:(Ljava/lang/String;)Z
            ifeq 16
        13: .line 219
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.skip:Ljava/lang/Boolean;
        14: .line 220
            aload 3
            monitorexit
        15: iconst_1
            ireturn
        16: .line 222
      StackMap locals:
      StackMap stack:
            aload 1 /* pvs */
            instanceof org.springframework.beans.MutablePropertyValues
            ifeq 18
        17: .line 223
            aload 1 /* pvs */
            checkcast org.springframework.beans.MutablePropertyValues
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            invokevirtual java.beans.PropertyDescriptor.getName:()Ljava/lang/String;
            invokevirtual org.springframework.beans.MutablePropertyValues.registerProcessedProperty:(Ljava/lang/String;)V
        18: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.skip:Ljava/lang/Boolean;
        19: .line 227
            aload 3
            monitorexit
        20: iconst_0
            ireturn
        21: .line 211
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
        22: athrow
        end local 2 // java.lang.Boolean skip
        end local 1 // org.springframework.beans.PropertyValues pvs
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
            0   23     1   pvs  Lorg/springframework/beans/PropertyValues;
            1   23     2  skip  Ljava/lang/Boolean;
      Exception table:
        from    to  target  type
           7    10      21  any
          11    15      21  any
          16    20      21  any
          21    22      21  any
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      pvs   

  protected void clearPropertySkipping(org.springframework.beans.PropertyValues);
    descriptor: (Lorg/springframework/beans/PropertyValues;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
        start local 1 // org.springframework.beans.PropertyValues pvs
         0: .line 236
            aload 1 /* pvs */
            ifnonnull 2
         1: .line 237
            return
         2: .line 239
      StackMap locals:
      StackMap stack:
            aload 1 /* pvs */
            dup
            astore 2
            monitorenter
         3: .line 240
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.skip:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            ifnull 5
            aload 1 /* pvs */
            instanceof org.springframework.beans.MutablePropertyValues
            ifeq 5
         4: .line 241
            aload 1 /* pvs */
            checkcast org.springframework.beans.MutablePropertyValues
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.pd:Ljava/beans/PropertyDescriptor;
            invokevirtual java.beans.PropertyDescriptor.getName:()Ljava/lang/String;
            invokevirtual org.springframework.beans.MutablePropertyValues.clearProcessedProperty:(Ljava/lang/String;)V
         5: .line 239
      StackMap locals: org.springframework.beans.PropertyValues
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 244
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.beans.PropertyValues pvs
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
            0   10     1   pvs  Lorg/springframework/beans/PropertyValues;
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      pvs   

  protected java.lang.Object getResourceToInject(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
        start local 1 // java.lang.Object target
        start local 2 // java.lang.String requestingBeanName
         0: .line 251
            aconst_null
            areturn
        end local 2 // java.lang.String requestingBeanName
        end local 1 // java.lang.Object target
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
            0    1     1              target  Ljava/lang/Object;
            0    1     2  requestingBeanName  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                    Name  Flags
      target              
      requestingBeanName  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
        start local 1 // java.lang.Object other
         0: .line 256
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 257
            iconst_1
            ireturn
         2: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement
            ifne 4
         3: .line 260
            iconst_0
            ireturn
         4: .line 262
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement
            astore 2 /* otherElement */
        start local 2 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement otherElement
         5: .line 263
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            aload 2 /* otherElement */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement otherElement
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
            0    6     1         other  Ljava/lang/Object;
            5    6     2  otherElement  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
         0: .line 268
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            bipush 29
            imul
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            invokeinterface java.lang.reflect.Member.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            ireturn
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
         0: .line 273
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.member:Ljava/lang/reflect/Member;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/annotation/InjectionMetadata$InjectedElement;
}
SourceFile: "InjectionMetadata.java"
NestHost: org.springframework.beans.factory.annotation.InjectionMetadata
InnerClasses:
  public abstract InjectedElement = org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement of org.springframework.beans.factory.annotation.InjectionMetadata