public abstract class org.springframework.core.annotation.RepeatableContainers
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.core.annotation.RepeatableContainers
  super_class: java.lang.Object
{
  private final org.springframework.core.annotation.RepeatableContainers parent;
    descriptor: Lorg/springframework/core/annotation/RepeatableContainers;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private void <init>(org.springframework.core.annotation.RepeatableContainers);
    descriptor: (Lorg/springframework/core/annotation/RepeatableContainers;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.RepeatableContainers this
        start local 1 // org.springframework.core.annotation.RepeatableContainers parent
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.springframework.core.annotation.RepeatableContainers.parent:Lorg/springframework/core/annotation/RepeatableContainers;
         2: .line 52
            return
        end local 1 // org.springframework.core.annotation.RepeatableContainers parent
        end local 0 // org.springframework.core.annotation.RepeatableContainers this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/core/annotation/RepeatableContainers;
            0    3     1  parent  Lorg/springframework/core/annotation/RepeatableContainers;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      parent  

  public org.springframework.core.annotation.RepeatableContainers and(java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Lorg/springframework/core/annotation/RepeatableContainers;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.RepeatableContainers this
        start local 1 // java.lang.Class container
        start local 2 // java.lang.Class repeatable
         0: .line 65
            new org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer
            dup
            aload 0 /* this */
            aload 2 /* repeatable */
            aload 1 /* container */
            invokespecial org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Ljava/lang/Class;Ljava/lang/Class;)V
            areturn
        end local 2 // java.lang.Class repeatable
        end local 1 // java.lang.Class container
        end local 0 // org.springframework.core.annotation.RepeatableContainers this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/core/annotation/RepeatableContainers;
            0    1     1   container  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0    1     2  repeatable  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lorg/springframework/core/annotation/RepeatableContainers;
    MethodParameters:
            Name  Flags
      container   
      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 this
        start local 1 // java.lang.annotation.Annotation annotation
         0: .line 70
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers.parent:Lorg/springframework/core/annotation/RepeatableContainers;
            ifnonnull 2
         1: .line 71
            aconst_null
            areturn
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers.parent:Lorg/springframework/core/annotation/RepeatableContainers;
            aload 1 /* annotation */
            invokevirtual 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 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/core/annotation/RepeatableContainers;
            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=2, args_size=2
        start local 0 // org.springframework.core.annotation.RepeatableContainers this
        start local 1 // java.lang.Object other
         0: .line 79
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 80
            iconst_1
            ireturn
         2: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 83
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers.parent:Lorg/springframework/core/annotation/RepeatableContainers;
            aload 1 /* other */
            checkcast org.springframework.core.annotation.RepeatableContainers
            getfield org.springframework.core.annotation.RepeatableContainers.parent:Lorg/springframework/core/annotation/RepeatableContainers;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.core.annotation.RepeatableContainers this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/springframework/core/annotation/RepeatableContainers;
            0    5     1  other  Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.RepeatableContainers this
         0: .line 90
            aload 0 /* this */
            getfield org.springframework.core.annotation.RepeatableContainers.parent:Lorg/springframework/core/annotation/RepeatableContainers;
            invokestatic org.springframework.util.ObjectUtils.nullSafeHashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // org.springframework.core.annotation.RepeatableContainers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/RepeatableContainers;

  public static org.springframework.core.annotation.RepeatableContainers standardRepeatables();
    descriptor: ()Lorg/springframework/core/annotation/RepeatableContainers;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 100
            getstatic org.springframework.core.annotation.RepeatableContainers$StandardRepeatableContainers.INSTANCE:Lorg/springframework/core/annotation/RepeatableContainers$StandardRepeatableContainers;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.springframework.core.annotation.RepeatableContainers of(java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Lorg/springframework/core/annotation/RepeatableContainers;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.Class repeatable
        start local 1 // java.lang.Class container
         0: .line 117
            new org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer
            dup
            aconst_null
            aload 0 /* repeatable */
            aload 1 /* container */
            invokespecial org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer.<init>:(Lorg/springframework/core/annotation/RepeatableContainers;Ljava/lang/Class;Ljava/lang/Class;)V
            areturn
        end local 1 // java.lang.Class container
        end local 0 // java.lang.Class repeatable
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  repeatable  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0    1     1   container  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lorg/springframework/core/annotation/RepeatableContainers;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      repeatable  
      container   

  public static org.springframework.core.annotation.RepeatableContainers none();
    descriptor: ()Lorg/springframework/core/annotation/RepeatableContainers;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 126
            getstatic org.springframework.core.annotation.RepeatableContainers$NoRepeatableContainers.INSTANCE:Lorg/springframework/core/annotation/RepeatableContainers$NoRepeatableContainers;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RepeatableContainers.java"
NestMembers:
  org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer  org.springframework.core.annotation.RepeatableContainers$NoRepeatableContainers  org.springframework.core.annotation.RepeatableContainers$StandardRepeatableContainers
InnerClasses:
  private ExplicitRepeatableContainer = org.springframework.core.annotation.RepeatableContainers$ExplicitRepeatableContainer of org.springframework.core.annotation.RepeatableContainers
  private NoRepeatableContainers = org.springframework.core.annotation.RepeatableContainers$NoRepeatableContainers of org.springframework.core.annotation.RepeatableContainers
  private StandardRepeatableContainers = org.springframework.core.annotation.RepeatableContainers$StandardRepeatableContainers of org.springframework.core.annotation.RepeatableContainers