class org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer extends org.springframework.core.annotation.RepeatableContainers
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer
  super_class: org.springframework.core.annotation.RepeatableContainers
{
  private final java.lang.Class<? extends java.lang.annotation.Annotation> repeatable;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;

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

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

  void <init>(org.springframework.core.annotation.RepeatableContainers, java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Lorg/springframework/core/annotation/RepeatableContainers;Ljava/lang/Class;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
        start local 1 // org.springframework.core.annotation.RepeatableContainers parent
        start local 2 // java.lang.Class repeatable
        start local 3 // java.lang.Class container
         0: .line 195
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.springframework.core.annotation.RepeatableContainers.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;)V
         1: .line 196
            aload 2 /* repeatable */
            ldc "Repeatable must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 197
            aload 3 /* container */
            ifnonnull 4
         3: .line 198
            aload 0 /* this */
            aload 2 /* repeatable */
            invokevirtual org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.deduceContainer:(Ljava/lang/Class;)Ljava/lang/Class;
            astore 3 /* container */
         4: .line 200
      StackMap locals: org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer org.springframework.core.annotation.RepeatableContainers java.lang.Class java.lang.Class
      StackMap stack:
            aload 3 /* container */
            invokestatic org.springframework.core.annotation.AttributeMethods.forAnnotationType:(Ljava/lang/Class;)Lorg/springframework/core/annotation/AttributeMethods;
            ldc "value"
            invokevirtual org.springframework.core.annotation.AttributeMethods.get:(Ljava/lang/String;)Ljava/lang/reflect/Method;
            astore 4 /* valueMethod */
        start local 4 // java.lang.reflect.Method valueMethod
         5: .line 202
            aload 4 /* valueMethod */
            ifnonnull 7
         6: .line 203
            new java.lang.NoSuchMethodException
            dup
            ldc "No value method found"
            invokespecial java.lang.NoSuchMethodException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 205
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            aload 4 /* valueMethod */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            astore 5 /* returnType */
        start local 5 // java.lang.Class returnType
         8: .line 206
            aload 5 /* returnType */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 9
            aload 5 /* returnType */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            aload 2 /* repeatable */
            if_acmpeq 23
         9: .line 207
      StackMap locals: java.lang.Class
      StackMap stack:
            new org.springframework.core.annotation.AnnotationConfigurationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Container type ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 208
            aload 3 /* container */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 209
            ldc "] must declare a 'value' attribute for an array of type ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 210
            aload 2 /* repeatable */
            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;
        13: .line 207
            invokespecial org.springframework.core.annotation.AnnotationConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.Class returnType
        14: .line 213
      StackMap locals: org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer org.springframework.core.annotation.RepeatableContainers java.lang.Class java.lang.Class java.lang.reflect.Method
      StackMap stack: org.springframework.core.annotation.AnnotationConfigurationException
            astore 5 /* ex */
        start local 5 // org.springframework.core.annotation.AnnotationConfigurationException ex
        15: .line 214
            aload 5 /* ex */
            athrow
        end local 5 // org.springframework.core.annotation.AnnotationConfigurationException ex
        16: .line 216
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* ex */
        start local 5 // java.lang.Throwable ex
        17: .line 217
            new org.springframework.core.annotation.AnnotationConfigurationException
            dup
        18: .line 218
            new java.lang.StringBuilder
            dup
            ldc "Invalid declaration of container type ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* container */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        19: .line 219
            ldc "] for repeatable annotation ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* repeatable */
            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;
        20: .line 218
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        21: .line 220
            aload 5 /* ex */
        22: .line 217
            invokespecial org.springframework.core.annotation.AnnotationConfigurationException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Throwable ex
        23: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* repeatable */
            putfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.repeatable:Ljava/lang/Class;
        24: .line 223
            aload 0 /* this */
            aload 3 /* container */
            putfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.container:Ljava/lang/Class;
        25: .line 224
            aload 0 /* this */
            aload 4 /* valueMethod */
            putfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.valueMethod:Ljava/lang/reflect/Method;
        26: .line 225
            return
        end local 4 // java.lang.reflect.Method valueMethod
        end local 3 // java.lang.Class container
        end local 2 // java.lang.Class repeatable
        end local 1 // org.springframework.core.annotation.RepeatableContainers parent
        end local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lorg/springframework/core/annotation/RepeatableContainers$ExplicitRepeatableContainer;
            0   27     1       parent  Lorg/springframework/core/annotation/RepeatableContainers;
            0   27     2   repeatable  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0   27     3    container  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            5   27     4  valueMethod  Ljava/lang/reflect/Method;
            8   14     5   returnType  Ljava/lang/Class<*>;
           15   16     5           ex  Lorg/springframework/core/annotation/AnnotationConfigurationException;
           17   23     5           ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5    14      14  Class org.springframework.core.annotation.AnnotationConfigurationException
           5    14      16  Class java.lang.Throwable
    Signature: (Lorg/springframework/core/annotation/RepeatableContainers;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      parent      
      repeatable  
      container   

  private java.lang.Class<? extends java.lang.annotation.Annotation> deduceContainer(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
        start local 1 // java.lang.Class repeatable
         0: .line 228
            aload 1 /* repeatable */
            ldc Ljava/lang/annotation/Repeatable;
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast java.lang.annotation.Repeatable
            astore 2 /* annotation */
        start local 2 // java.lang.annotation.Repeatable annotation
         1: .line 229
            aload 2 /* annotation */
            aload 1 /* repeatable */
            invokedynamic get(Ljava/lang/Class;)Ljava/util/function/Supplier;
              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;
                  org/springframework/core/annotation/RepeatableContainers$ExplicitRepeatableContainer.lambda$0(Ljava/lang/Class;)Ljava/lang/String; (6)
                  ()Ljava/lang/String;
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/util/function/Supplier;)V
         2: .line 231
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Repeatable.value:()Ljava/lang/Class;
            areturn
        end local 2 // java.lang.annotation.Repeatable annotation
        end local 1 // java.lang.Class repeatable
        end local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/core/annotation/RepeatableContainers$ExplicitRepeatableContainer;
            0    3     1  repeatable  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            1    3     2  annotation  Ljava/lang/annotation/Repeatable;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    MethodParameters:
            Name  Flags
      repeatable  

  java.lang.annotation.Annotation[] findRepeatedAnnotations(java.lang.annotation.Annotation);
    descriptor: (Ljava/lang/annotation/Annotation;)[Ljava/lang/annotation/Annotation;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
        start local 1 // java.lang.annotation.Annotation annotation
         0: .line 237
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.container:Ljava/lang/Class;
            aload 1 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 238
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.valueMethod:Ljava/lang/reflect/Method;
            aload 1 /* annotation */
            invokestatic org.springframework.util.ReflectionUtils.invokeMethod:(Ljava/lang/reflect/Method;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            areturn
         2: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* annotation */
            invokespecial org.springframework.core.annotation.RepeatableContainers.findRepeatedAnnotations:(Ljava/lang/annotation/Annotation;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.annotation.Annotation annotation
        end local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/core/annotation/RepeatableContainers$ExplicitRepeatableContainer;
            0    3     1  annotation  Ljava/lang/annotation/Annotation;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      annotation  

  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.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
        start local 1 // java.lang.Object other
         0: .line 245
            aload 0 /* this */
            aload 1 /* other */
            invokespecial org.springframework.core.annotation.RepeatableContainers.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 246
            iconst_0
            ireturn
         2: .line 248
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer
            astore 2 /* otherErc */
        start local 2 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer otherErc
         3: .line 249
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.container:Ljava/lang/Class;
            aload 2 /* otherErc */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.container:Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.repeatable:Ljava/lang/Class;
            aload 2 /* otherErc */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.repeatable:Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer otherErc
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/springframework/core/annotation/RepeatableContainers$ExplicitRepeatableContainer;
            0    5     1     other  Ljava/lang/Object;
            3    5     2  otherErc  Lorg/springframework/core/annotation/RepeatableContainers$ExplicitRepeatableContainer;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
         0: .line 254
            aload 0 /* this */
            invokespecial org.springframework.core.annotation.RepeatableContainers.hashCode:()I
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 255
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.container:Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hashCode */
         2: .line 256
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.repeatable:Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hashCode */
         3: .line 257
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/springframework/core/annotation/RepeatableContainers$ExplicitRepeatableContainer;
            1    4     1  hashCode  I

  private static java.lang.String lambda$0(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 229
            new java.lang.StringBuilder
            dup
            ldc "Annotation type must be a repeatable annotation: failed to resolve container type for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 230
            aload 0
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 229
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 230
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RepeatableContainers.java"
NestHost: org.springframework.core.annotation.RepeatableContainers
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private ExplicitRepeatableContainer = org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer of org.springframework.core.annotation.RepeatableContainers