public interface org.springframework.core.annotation.MergedAnnotationSelector<A extends java.lang.annotation.Annotation>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.core.annotation.MergedAnnotationSelector
  super_class: java.lang.Object
{
  public boolean isBestCandidate(org.springframework.core.annotation.MergedAnnotation<A>);
    descriptor: (Lorg/springframework/core/annotation/MergedAnnotation;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.MergedAnnotationSelector this
        start local 1 // org.springframework.core.annotation.MergedAnnotation annotation
         0: .line 40
            iconst_0
            ireturn
        end local 1 // org.springframework.core.annotation.MergedAnnotation annotation
        end local 0 // org.springframework.core.annotation.MergedAnnotationSelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/core/annotation/MergedAnnotationSelector<TA;>;
            0    1     1  annotation  Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    Signature: (Lorg/springframework/core/annotation/MergedAnnotation<TA;>;)Z
    MethodParameters:
            Name  Flags
      annotation  

  public abstract org.springframework.core.annotation.MergedAnnotation<A> select(org.springframework.core.annotation.MergedAnnotation<A>, org.springframework.core.annotation.MergedAnnotation<A>);
    descriptor: (Lorg/springframework/core/annotation/MergedAnnotation;Lorg/springframework/core/annotation/MergedAnnotation;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/annotation/MergedAnnotation<TA;>;Lorg/springframework/core/annotation/MergedAnnotation<TA;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    MethodParameters:
           Name  Flags
      existing   
      candidate  
}
Signature: <A::Ljava/lang/annotation/Annotation;>Ljava/lang/Object;
SourceFile: "MergedAnnotationSelector.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()