public abstract class org.springframework.core.annotation.MergedAnnotationSelectors
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.core.annotation.MergedAnnotationSelectors
  super_class: java.lang.Object
{
  private static final org.springframework.core.annotation.MergedAnnotationSelector<?> NEAREST;
    descriptor: Lorg/springframework/core/annotation/MergedAnnotationSelector;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/springframework/core/annotation/MergedAnnotationSelector<*>;

  private static final org.springframework.core.annotation.MergedAnnotationSelector<?> FIRST_DIRECTLY_DECLARED;
    descriptor: Lorg/springframework/core/annotation/MergedAnnotationSelector;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/springframework/core/annotation/MergedAnnotationSelector<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 33
            new org.springframework.core.annotation.MergedAnnotationSelectors$Nearest
            dup
            invokespecial org.springframework.core.annotation.MergedAnnotationSelectors$Nearest.<init>:()V
            putstatic org.springframework.core.annotation.MergedAnnotationSelectors.NEAREST:Lorg/springframework/core/annotation/MergedAnnotationSelector;
         1: .line 35
            new org.springframework.core.annotation.MergedAnnotationSelectors$FirstDirectlyDeclared
            dup
            invokespecial org.springframework.core.annotation.MergedAnnotationSelectors$FirstDirectlyDeclared.<init>:()V
            putstatic org.springframework.core.annotation.MergedAnnotationSelectors.FIRST_DIRECTLY_DECLARED:Lorg/springframework/core/annotation/MergedAnnotationSelector;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MergedAnnotationSelectors this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            return
        end local 0 // org.springframework.core.annotation.MergedAnnotationSelectors this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/core/annotation/MergedAnnotationSelectors;

  public static <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotationSelector<A> nearest();
    descriptor: ()Lorg/springframework/core/annotation/MergedAnnotationSelector;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 48
            getstatic org.springframework.core.annotation.MergedAnnotationSelectors.NEAREST:Lorg/springframework/core/annotation/MergedAnnotationSelector;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <A::Ljava/lang/annotation/Annotation;>()Lorg/springframework/core/annotation/MergedAnnotationSelector<TA;>;

  public static <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotationSelector<A> firstDirectlyDeclared();
    descriptor: ()Lorg/springframework/core/annotation/MergedAnnotationSelector;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 58
            getstatic org.springframework.core.annotation.MergedAnnotationSelectors.FIRST_DIRECTLY_DECLARED:Lorg/springframework/core/annotation/MergedAnnotationSelector;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <A::Ljava/lang/annotation/Annotation;>()Lorg/springframework/core/annotation/MergedAnnotationSelector<TA;>;
}
SourceFile: "MergedAnnotationSelectors.java"
NestMembers:
  org.springframework.core.annotation.MergedAnnotationSelectors$FirstDirectlyDeclared  org.springframework.core.annotation.MergedAnnotationSelectors$Nearest
InnerClasses:
  private FirstDirectlyDeclared = org.springframework.core.annotation.MergedAnnotationSelectors$FirstDirectlyDeclared of org.springframework.core.annotation.MergedAnnotationSelectors
  private Nearest = org.springframework.core.annotation.MergedAnnotationSelectors$Nearest of org.springframework.core.annotation.MergedAnnotationSelectors