final class org.springframework.core.annotation.AttributeMethods
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.core.annotation.AttributeMethods
  super_class: java.lang.Object
{
  static final org.springframework.core.annotation.AttributeMethods NONE;
    descriptor: Lorg/springframework/core/annotation/AttributeMethods;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, org.springframework.core.annotation.AttributeMethods> cache;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Lorg/springframework/core/annotation/AttributeMethods;>;

  private static final java.util.Comparator<java.lang.reflect.Method> methodComparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Ljava/lang/reflect/Method;>;

  private final java.lang.Class<? extends java.lang.annotation.Annotation> annotationType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.lang.reflect.Method[] attributeMethods;
    descriptor: [Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean[] canThrowTypeNotPresentException;
    descriptor: [Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasDefaultValueMethod;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasNestedAnnotation;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 39
            new org.springframework.core.annotation.AttributeMethods
            dup
            aconst_null
            iconst_0
            anewarray java.lang.reflect.Method
            invokespecial org.springframework.core.annotation.AttributeMethods.<init>:(Ljava/lang/Class;[Ljava/lang/reflect/Method;)V
            putstatic org.springframework.core.annotation.AttributeMethods.NONE:Lorg/springframework/core/annotation/AttributeMethods;
         1: .line 43
            new org.springframework.util.ConcurrentReferenceHashMap
            dup
            invokespecial org.springframework.util.ConcurrentReferenceHashMap.<init>:()V
         2: .line 42
            putstatic org.springframework.core.annotation.AttributeMethods.cache:Ljava/util/Map;
         3: .line 45
            invokedynamic compare()Ljava/util/Comparator;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)I
                  org/springframework/core/annotation/AttributeMethods.lambda$0(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)I (6)
                  (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)I
            putstatic org.springframework.core.annotation.AttributeMethods.methodComparator:Ljava/util/Comparator;
         4: .line 50
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.reflect.Method[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/reflect/Method;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // java.lang.Class annotationType
        start local 2 // java.lang.reflect.Method[] attributeMethods
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 1 /* annotationType */
            putfield org.springframework.core.annotation.AttributeMethods.annotationType:Ljava/lang/Class;
         2: .line 67
            aload 0 /* this */
            aload 2 /* attributeMethods */
            putfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
         3: .line 68
            aload 0 /* this */
            aload 2 /* attributeMethods */
            arraylength
            newarray 4
            putfield org.springframework.core.annotation.AttributeMethods.canThrowTypeNotPresentException:[Z
         4: .line 69
            iconst_0
            istore 3 /* foundDefaultValueMethod */
        start local 3 // boolean foundDefaultValueMethod
         5: .line 70
            iconst_0
            istore 4 /* foundNestedAnnotation */
        start local 4 // boolean foundNestedAnnotation
         6: .line 71
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 19
         8: .line 72
      StackMap locals: org.springframework.core.annotation.AttributeMethods java.lang.Class java.lang.reflect.Method[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            iload 5 /* i */
            aaload
            astore 6 /* method */
        start local 6 // java.lang.reflect.Method method
         9: .line 73
            aload 6 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            astore 7 /* type */
        start local 7 // java.lang.Class type
        10: .line 74
            aload 6 /* method */
            invokevirtual java.lang.reflect.Method.getDefaultValue:()Ljava/lang/Object;
            ifnull 12
        11: .line 75
            iconst_1
            istore 3 /* foundDefaultValueMethod */
        12: .line 77
      StackMap locals: java.lang.reflect.Method java.lang.Class
      StackMap stack:
            aload 7 /* type */
            invokevirtual java.lang.Class.isAnnotation:()Z
            ifne 13
            aload 7 /* type */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 14
            aload 7 /* type */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAnnotation:()Z
            ifeq 14
        13: .line 78
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* foundNestedAnnotation */
        14: .line 80
      StackMap locals:
      StackMap stack:
            aload 6 /* method */
            invokestatic org.springframework.util.ReflectionUtils.makeAccessible:(Ljava/lang/reflect/Method;)V
        15: .line 81
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.canThrowTypeNotPresentException:[Z
            iload 5 /* i */
            aload 7 /* type */
            ldc Ljava/lang/Class;
            if_acmpeq 16
            aload 7 /* type */
            ldc [Ljava/lang/Class;
            if_acmpeq 16
            aload 7 /* type */
            invokevirtual java.lang.Class.isEnum:()Z
            ifne 16
            iconst_0
            goto 17
      StackMap locals: org.springframework.core.annotation.AttributeMethods java.lang.Class java.lang.reflect.Method[] int int int java.lang.reflect.Method java.lang.Class
      StackMap stack: boolean[] int
        16: iconst_1
      StackMap locals: org.springframework.core.annotation.AttributeMethods java.lang.Class java.lang.reflect.Method[] int int int java.lang.reflect.Method java.lang.Class
      StackMap stack: boolean[] int int
        17: bastore
        end local 7 // java.lang.Class type
        end local 6 // java.lang.reflect.Method method
        18: .line 71
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            aload 2 /* attributeMethods */
            arraylength
            if_icmplt 8
        end local 5 // int i
        20: .line 83
            aload 0 /* this */
            iload 3 /* foundDefaultValueMethod */
            putfield org.springframework.core.annotation.AttributeMethods.hasDefaultValueMethod:Z
        21: .line 84
            aload 0 /* this */
            iload 4 /* foundNestedAnnotation */
            putfield org.springframework.core.annotation.AttributeMethods.hasNestedAnnotation:Z
        22: .line 85
            return
        end local 4 // boolean foundNestedAnnotation
        end local 3 // boolean foundDefaultValueMethod
        end local 2 // java.lang.reflect.Method[] attributeMethods
        end local 1 // java.lang.Class annotationType
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   23     0                     this  Lorg/springframework/core/annotation/AttributeMethods;
            0   23     1           annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0   23     2         attributeMethods  [Ljava/lang/reflect/Method;
            5   23     3  foundDefaultValueMethod  Z
            6   23     4    foundNestedAnnotation  Z
            7   20     5                        i  I
            9   18     6                   method  Ljava/lang/reflect/Method;
           10   18     7                     type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;[Ljava/lang/reflect/Method;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
    MethodParameters:
                  Name  Flags
      annotationType    
      attributeMethods  

  boolean hasOnlyValueAttribute();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.AttributeMethods this
         0: .line 94
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            arraylength
            iconst_1
            if_icmpne 3
         1: .line 95
            ldc "value"
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            iconst_0
            aaload
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 94
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/core/annotation/AttributeMethods;

  boolean isValid(java.lang.annotation.Annotation);
    descriptor: (Ljava/lang/annotation/Annotation;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // java.lang.annotation.Annotation annotation
         0: .line 107
            aload 0 /* this */
            aload 1 /* annotation */
            invokevirtual org.springframework.core.annotation.AttributeMethods.assertAnnotation:(Ljava/lang/annotation/Annotation;)V
         1: .line 108
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 109
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.springframework.core.annotation.AttributeMethods.canThrowTypeNotPresentException:(I)Z
            ifeq 8
         4: .line 111
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.springframework.core.annotation.AttributeMethods.get:(I)Ljava/lang/reflect/Method;
            aload 1 /* annotation */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 112
            goto 8
         6: .line 113
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         7: .line 114
            iconst_0
            ireturn
         8: .line 108
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.AttributeMethods.size:()I
            if_icmplt 3
        end local 2 // int i
        10: .line 118
            iconst_1
            ireturn
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/springframework/core/annotation/AttributeMethods;
            0   11     1  annotation  Ljava/lang/annotation/Annotation;
            2   10     2           i  I
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
    MethodParameters:
            Name  Flags
      annotation  

  void validate(java.lang.annotation.Annotation);
    descriptor: (Ljava/lang/annotation/Annotation;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // java.lang.annotation.Annotation annotation
         0: .line 132
            aload 0 /* this */
            aload 1 /* annotation */
            invokevirtual org.springframework.core.annotation.AttributeMethods.assertAnnotation:(Ljava/lang/annotation/Annotation;)V
         1: .line 133
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 11
         3: .line 134
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.springframework.core.annotation.AttributeMethods.canThrowTypeNotPresentException:(I)Z
            ifeq 10
         4: .line 136
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.springframework.core.annotation.AttributeMethods.get:(I)Ljava/lang/reflect/Method;
            aload 1 /* annotation */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 137
            goto 10
         6: .line 138
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         7: .line 139
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Could not obtain annotation attribute value for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 140
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.springframework.core.annotation.AttributeMethods.get:(I)Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " declared on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* ex */
         9: .line 139
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Throwable ex
        10: .line 133
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.springframework.core.annotation.AttributeMethods.size:()I
            if_icmplt 3
        end local 2 // int i
        12: .line 144
            return
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/springframework/core/annotation/AttributeMethods;
            0   13     1  annotation  Ljava/lang/annotation/Annotation;
            2   12     2           i  I
            7   10     3          ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
    MethodParameters:
            Name  Flags
      annotation  

  private void assertAnnotation(java.lang.annotation.Annotation);
    descriptor: (Ljava/lang/annotation/Annotation;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // java.lang.annotation.Annotation annotation
         0: .line 147
            aload 1 /* annotation */
            ldc "Annotation must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 148
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.annotationType:Ljava/lang/Class;
            ifnull 3
         2: .line 149
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.annotationType:Ljava/lang/Class;
            aload 1 /* annotation */
            invokestatic org.springframework.util.Assert.isInstanceOf:(Ljava/lang/Class;Ljava/lang/Object;)V
         3: .line 151
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/core/annotation/AttributeMethods;
            0    4     1  annotation  Ljava/lang/annotation/Annotation;
    MethodParameters:
            Name  Flags
      annotation  

  java.lang.reflect.Method get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/reflect/Method;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // java.lang.String name
         0: .line 161
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.springframework.core.annotation.AttributeMethods.indexOf:(Ljava/lang/String;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 162
            iload 2 /* index */
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            iload 2 /* index */
            aaload
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.reflect.Method
         3: areturn
        end local 2 // int index
        end local 1 // java.lang.String name
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/core/annotation/AttributeMethods;
            0    4     1   name  Ljava/lang/String;
            1    4     2  index  I
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      name  

  java.lang.reflect.Method get(int);
    descriptor: (I)Ljava/lang/reflect/Method;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // int index
         0: .line 173
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/core/annotation/AttributeMethods;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  boolean canThrowTypeNotPresentException(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // int index
         0: .line 184
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.canThrowTypeNotPresentException:[Z
            iload 1 /* index */
            baload
            ireturn
        end local 1 // int index
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/core/annotation/AttributeMethods;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  int indexOf(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // java.lang.String name
         0: .line 194
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 195
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 196
            iload 2 /* i */
            ireturn
         4: .line 194
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            arraylength
            if_icmplt 2
        end local 2 // int i
         6: .line 199
            iconst_m1
            ireturn
        end local 1 // java.lang.String name
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/core/annotation/AttributeMethods;
            0    7     1  name  Ljava/lang/String;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      name  

  int indexOf(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.annotation.AttributeMethods this
        start local 1 // java.lang.reflect.Method attribute
         0: .line 209
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 210
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            iload 2 /* i */
            aaload
            aload 1 /* attribute */
            invokevirtual java.lang.reflect.Method.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 211
            iload 2 /* i */
            ireturn
         4: .line 209
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            arraylength
            if_icmplt 2
        end local 2 // int i
         6: .line 214
            iconst_m1
            ireturn
        end local 1 // java.lang.reflect.Method attribute
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/core/annotation/AttributeMethods;
            0    7     1  attribute  Ljava/lang/reflect/Method;
            1    6     2          i  I
    MethodParameters:
           Name  Flags
      attribute  

  int size();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.AttributeMethods this
         0: .line 222
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.attributeMethods:[Ljava/lang/reflect/Method;
            arraylength
            ireturn
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/AttributeMethods;

  boolean hasDefaultValueMethod();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.AttributeMethods this
         0: .line 230
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.hasDefaultValueMethod:Z
            ireturn
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/AttributeMethods;

  boolean hasNestedAnnotation();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.AttributeMethods this
         0: .line 239
            aload 0 /* this */
            getfield org.springframework.core.annotation.AttributeMethods.hasNestedAnnotation:Z
            ireturn
        end local 0 // org.springframework.core.annotation.AttributeMethods this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/AttributeMethods;

  static org.springframework.core.annotation.AttributeMethods forAnnotationType(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/core/annotation/AttributeMethods;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class annotationType
         0: .line 249
            aload 0 /* annotationType */
            ifnonnull 2
         1: .line 250
            getstatic org.springframework.core.annotation.AttributeMethods.NONE:Lorg/springframework/core/annotation/AttributeMethods;
            areturn
         2: .line 252
      StackMap locals:
      StackMap stack:
            getstatic org.springframework.core.annotation.AttributeMethods.cache:Ljava/util/Map;
            aload 0 /* annotationType */
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/core/annotation/AttributeMethods.compute(Ljava/lang/Class;)Lorg/springframework/core/annotation/AttributeMethods; (6)
                  (Ljava/lang/Class;)Lorg/springframework/core/annotation/AttributeMethods;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast org.springframework.core.annotation.AttributeMethods
            areturn
        end local 0 // java.lang.Class annotationType
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lorg/springframework/core/annotation/AttributeMethods;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  

  private static org.springframework.core.annotation.AttributeMethods compute(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/core/annotation/AttributeMethods;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.lang.Class annotationType
         0: .line 256
            aload 0 /* annotationType */
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            astore 1 /* methods */
        start local 1 // java.lang.reflect.Method[] methods
         1: .line 257
            aload 1 /* methods */
            arraylength
            istore 2 /* size */
        start local 2 // int size
         2: .line 258
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 259
      StackMap locals: java.lang.reflect.Method[] int int
      StackMap stack:
            aload 1 /* methods */
            iload 3 /* i */
            aaload
            invokestatic org.springframework.core.annotation.AttributeMethods.isAttributeMethod:(Ljava/lang/reflect/Method;)Z
            ifne 7
         5: .line 260
            aload 1 /* methods */
            iload 3 /* i */
            aconst_null
            aastore
         6: .line 261
            iinc 2 /* size */ -1
         7: .line 258
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 1 /* methods */
            arraylength
            if_icmplt 4
        end local 3 // int i
         9: .line 264
            iload 2 /* size */
            ifne 11
        10: .line 265
            getstatic org.springframework.core.annotation.AttributeMethods.NONE:Lorg/springframework/core/annotation/AttributeMethods;
            areturn
        11: .line 267
      StackMap locals:
      StackMap stack:
            aload 1 /* methods */
            getstatic org.springframework.core.annotation.AttributeMethods.methodComparator:Ljava/util/Comparator;
            invokestatic java.util.Arrays.sort:([Ljava/lang/Object;Ljava/util/Comparator;)V
        12: .line 268
            aload 1 /* methods */
            iload 2 /* size */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast java.lang.reflect.Method[]
            astore 3 /* attributeMethods */
        start local 3 // java.lang.reflect.Method[] attributeMethods
        13: .line 269
            new org.springframework.core.annotation.AttributeMethods
            dup
            aload 0 /* annotationType */
            aload 3 /* attributeMethods */
            invokespecial org.springframework.core.annotation.AttributeMethods.<init>:(Ljava/lang/Class;[Ljava/lang/reflect/Method;)V
            areturn
        end local 3 // java.lang.reflect.Method[] attributeMethods
        end local 2 // int size
        end local 1 // java.lang.reflect.Method[] methods
        end local 0 // java.lang.Class annotationType
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0    annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            1   14     1           methods  [Ljava/lang/reflect/Method;
            2   14     2              size  I
            3    9     3                 i  I
           13   14     3  attributeMethods  [Ljava/lang/reflect/Method;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lorg/springframework/core/annotation/AttributeMethods;
    MethodParameters:
                Name  Flags
      annotationType  

  private static boolean isAttributeMethod(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 273
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            ifne 1
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  static java.lang.String describe(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method attribute
         0: .line 283
            aload 0 /* attribute */
            ifnonnull 2
         1: .line 284
            ldc "(none)"
            areturn
         2: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* attribute */
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            aload 0 /* attribute */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokestatic org.springframework.core.annotation.AttributeMethods.describe:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // java.lang.reflect.Method attribute
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  attribute  Ljava/lang/reflect/Method;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      attribute  

  static java.lang.String describe(java.lang.Class<?>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.Class annotationType
        start local 1 // java.lang.String attributeName
         0: .line 297
            aload 1 /* attributeName */
            ifnonnull 2
         1: .line 298
            ldc "(none)"
            areturn
         2: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* annotationType */
            ifnull 3
            new java.lang.StringBuilder
            dup
            ldc " in annotation ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* annotationType */
            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;
            goto 4
      StackMap locals:
      StackMap stack:
         3: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         4: astore 2 /* in */
        start local 2 // java.lang.String in
         5: .line 301
            new java.lang.StringBuilder
            dup
            ldc "attribute '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attributeName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* in */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String in
        end local 1 // java.lang.String attributeName
        end local 0 // java.lang.Class annotationType
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0  annotationType  Ljava/lang/Class<*>;
            0    6     1   attributeName  Ljava/lang/String;
            5    6     2              in  Ljava/lang/String;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/String;)Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  
      attributeName   

  private static int lambda$0(java.lang.reflect.Method, java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)I
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.reflect.Method m1
        start local 1 // java.lang.reflect.Method m2
         0: .line 46
            aload 0 /* m1 */
            ifnull 2
            aload 1 /* m2 */
            ifnull 2
         1: .line 47
            aload 0 /* m1 */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            aload 1 /* m2 */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
         2: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* m1 */
            ifnull 3
            iconst_m1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 1 // java.lang.reflect.Method m2
        end local 0 // java.lang.reflect.Method m1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    m1  Ljava/lang/reflect/Method;
            0    5     1    m2  Ljava/lang/reflect/Method;
}
SourceFile: "AttributeMethods.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles