public interface org.springframework.core.annotation.MergedAnnotations extends java.lang.Iterable<org.springframework.core.annotation.MergedAnnotation<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.MergedAnnotations
  super_class: java.lang.Object
{
  public abstract <A extends java.lang.annotation.Annotation> boolean isPresent(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)Z
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract boolean isPresent(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract <A extends java.lang.annotation.Annotation> boolean isDirectlyPresent(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)Z
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract boolean isDirectlyPresent(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> get(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> get(java.lang.Class<A>, java.util.function.Predicate<? super org.springframework.core.annotation.MergedAnnotation<A>>);
    descriptor: (Ljava/lang/Class;Ljava/util/function/Predicate;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;Ljava/util/function/Predicate<-Lorg/springframework/core/annotation/MergedAnnotation<TA;>;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  
      predicate       

  public abstract <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> get(java.lang.Class<A>, java.util.function.Predicate<? super org.springframework.core.annotation.MergedAnnotation<A>>, org.springframework.core.annotation.MergedAnnotationSelector<A>);
    descriptor: (Ljava/lang/Class;Ljava/util/function/Predicate;Lorg/springframework/core/annotation/MergedAnnotationSelector;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;Ljava/util/function/Predicate<-Lorg/springframework/core/annotation/MergedAnnotation<TA;>;>;Lorg/springframework/core/annotation/MergedAnnotationSelector<TA;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  
      predicate       
      selector        

  public abstract <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/String;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> get(java.lang.String, java.util.function.Predicate<? super org.springframework.core.annotation.MergedAnnotation<A>>);
    descriptor: (Ljava/lang/String;Ljava/util/function/Predicate;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/String;Ljava/util/function/Predicate<-Lorg/springframework/core/annotation/MergedAnnotation<TA;>;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  
      predicate       

  public abstract <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> get(java.lang.String, java.util.function.Predicate<? super org.springframework.core.annotation.MergedAnnotation<A>>, org.springframework.core.annotation.MergedAnnotationSelector<A>);
    descriptor: (Ljava/lang/String;Ljava/util/function/Predicate;Lorg/springframework/core/annotation/MergedAnnotationSelector;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/String;Ljava/util/function/Predicate<-Lorg/springframework/core/annotation/MergedAnnotation<TA;>;>;Lorg/springframework/core/annotation/MergedAnnotationSelector<TA;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  
      predicate       
      selector        

  public abstract <A extends java.lang.annotation.Annotation> java.util.stream.Stream<org.springframework.core.annotation.MergedAnnotation<A>> stream(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)Ljava/util/stream/Stream<Lorg/springframework/core/annotation/MergedAnnotation<TA;>;>;
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract <A extends java.lang.annotation.Annotation> java.util.stream.Stream<org.springframework.core.annotation.MergedAnnotation<A>> stream(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/String;)Ljava/util/stream/Stream<Lorg/springframework/core/annotation/MergedAnnotation<TA;>;>;
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract java.util.stream.Stream<org.springframework.core.annotation.MergedAnnotation<java.lang.annotation.Annotation>> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/stream/Stream<Lorg/springframework/core/annotation/MergedAnnotation<Ljava/lang/annotation/Annotation;>;>;

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.AnnotatedElement element
         0: .line 300
            aload 0 /* element */
            getstatic org.springframework.core.annotation.MergedAnnotations$SearchStrategy.DIRECT:Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;
            invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  element  Ljava/lang/reflect/AnnotatedElement;
    MethodParameters:
         Name  Flags
      element  

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.reflect.AnnotatedElement, org.springframework.core.annotation.MergedAnnotations$SearchStrategy);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.reflect.AnnotatedElement element
        start local 1 // org.springframework.core.annotation.MergedAnnotations$SearchStrategy searchStrategy
         0: .line 313
            aload 0 /* element */
            aload 1 /* searchStrategy */
            invokestatic org.springframework.core.annotation.RepeatableContainers.standardRepeatables:()Lorg/springframework/core/annotation/RepeatableContainers;
            invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;Lorg/springframework/core/annotation/RepeatableContainers;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 1 // org.springframework.core.annotation.MergedAnnotations$SearchStrategy searchStrategy
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0         element  Ljava/lang/reflect/AnnotatedElement;
            0    1     1  searchStrategy  Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;
    MethodParameters:
                Name  Flags
      element         
      searchStrategy  

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.reflect.AnnotatedElement, org.springframework.core.annotation.MergedAnnotations$SearchStrategy, org.springframework.core.annotation.RepeatableContainers);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;Lorg/springframework/core/annotation/RepeatableContainers;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.lang.reflect.AnnotatedElement element
        start local 1 // org.springframework.core.annotation.MergedAnnotations$SearchStrategy searchStrategy
        start local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
         0: .line 330
            aload 0 /* element */
            aload 1 /* searchStrategy */
            aload 2 /* repeatableContainers */
            getstatic org.springframework.core.annotation.AnnotationFilter.PLAIN:Lorg/springframework/core/annotation/AnnotationFilter;
            invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        end local 1 // org.springframework.core.annotation.MergedAnnotations$SearchStrategy searchStrategy
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0               element  Ljava/lang/reflect/AnnotatedElement;
            0    1     1        searchStrategy  Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;
            0    1     2  repeatableContainers  Lorg/springframework/core/annotation/RepeatableContainers;
    MethodParameters:
                      Name  Flags
      element               
      searchStrategy        
      repeatableContainers  

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.reflect.AnnotatedElement, org.springframework.core.annotation.MergedAnnotations$SearchStrategy, org.springframework.core.annotation.RepeatableContainers, org.springframework.core.annotation.AnnotationFilter);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.lang.reflect.AnnotatedElement element
        start local 1 // org.springframework.core.annotation.MergedAnnotations$SearchStrategy searchStrategy
        start local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        start local 3 // org.springframework.core.annotation.AnnotationFilter annotationFilter
         0: .line 349
            aload 2 /* repeatableContainers */
            ldc "RepeatableContainers must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 350
            aload 3 /* annotationFilter */
            ldc "AnnotationFilter must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 351
            aload 0 /* element */
            aload 1 /* searchStrategy */
            aload 2 /* repeatableContainers */
            aload 3 /* annotationFilter */
            invokestatic org.springframework.core.annotation.TypeMappedAnnotations.from:(Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 3 // org.springframework.core.annotation.AnnotationFilter annotationFilter
        end local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        end local 1 // org.springframework.core.annotation.MergedAnnotations$SearchStrategy searchStrategy
        end local 0 // java.lang.reflect.AnnotatedElement element
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0               element  Ljava/lang/reflect/AnnotatedElement;
            0    3     1        searchStrategy  Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;
            0    3     2  repeatableContainers  Lorg/springframework/core/annotation/RepeatableContainers;
            0    3     3      annotationFilter  Lorg/springframework/core/annotation/AnnotationFilter;
    MethodParameters:
                      Name  Flags
      element               
      searchStrategy        
      repeatableContainers  
      annotationFilter      

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.annotation.Annotation[] annotations
         0: .line 362
            aload 0 /* annotations */
            aload 0 /* annotations */
            invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 0 // java.lang.annotation.Annotation[] annotations
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  annotations  [Ljava/lang/annotation/Annotation;
    MethodParameters:
             Name  Flags
      annotations  

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.Object, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/annotation/Annotation;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Object source
        start local 1 // java.lang.annotation.Annotation[] annotations
         0: .line 377
            aload 0 /* source */
            aload 1 /* annotations */
            invokestatic org.springframework.core.annotation.RepeatableContainers.standardRepeatables:()Lorg/springframework/core/annotation/RepeatableContainers;
            invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Lorg/springframework/core/annotation/RepeatableContainers;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // java.lang.Object source
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0       source  Ljava/lang/Object;
            0    1     1  annotations  [Ljava/lang/annotation/Annotation;
    MethodParameters:
             Name  Flags
      source       
      annotations  

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.Object, java.lang.annotation.Annotation[], org.springframework.core.annotation.RepeatableContainers);
    descriptor: (Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Lorg/springframework/core/annotation/RepeatableContainers;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.lang.Object source
        start local 1 // java.lang.annotation.Annotation[] annotations
        start local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
         0: .line 392
            aload 0 /* source */
            aload 1 /* annotations */
            aload 2 /* repeatableContainers */
            getstatic org.springframework.core.annotation.AnnotationFilter.PLAIN:Lorg/springframework/core/annotation/AnnotationFilter;
            invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // java.lang.Object source
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                source  Ljava/lang/Object;
            0    1     1           annotations  [Ljava/lang/annotation/Annotation;
            0    1     2  repeatableContainers  Lorg/springframework/core/annotation/RepeatableContainers;
    MethodParameters:
                      Name  Flags
      source                
      annotations           
      repeatableContainers  

  public static org.springframework.core.annotation.MergedAnnotations from(java.lang.Object, java.lang.annotation.Annotation[], org.springframework.core.annotation.RepeatableContainers, org.springframework.core.annotation.AnnotationFilter);
    descriptor: (Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.lang.Object source
        start local 1 // java.lang.annotation.Annotation[] annotations
        start local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        start local 3 // org.springframework.core.annotation.AnnotationFilter annotationFilter
         0: .line 411
            aload 2 /* repeatableContainers */
            ldc "RepeatableContainers must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 412
            aload 3 /* annotationFilter */
            ldc "AnnotationFilter must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 413
            aload 0 /* source */
            aload 1 /* annotations */
            aload 2 /* repeatableContainers */
            aload 3 /* annotationFilter */
            invokestatic org.springframework.core.annotation.TypeMappedAnnotations.from:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 3 // org.springframework.core.annotation.AnnotationFilter annotationFilter
        end local 2 // org.springframework.core.annotation.RepeatableContainers repeatableContainers
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // java.lang.Object source
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                source  Ljava/lang/Object;
            0    3     1           annotations  [Ljava/lang/annotation/Annotation;
            0    3     2  repeatableContainers  Lorg/springframework/core/annotation/RepeatableContainers;
            0    3     3      annotationFilter  Lorg/springframework/core/annotation/AnnotationFilter;
    MethodParameters:
                      Name  Flags
      source                
      annotations           
      repeatableContainers  
      annotationFilter      

  public static org.springframework.core.annotation.MergedAnnotations of(java.util.Collection<org.springframework.core.annotation.MergedAnnotation<?>>);
    descriptor: (Ljava/util/Collection;)Lorg/springframework/core/annotation/MergedAnnotations;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collection annotations
         0: .line 432
            aload 0 /* annotations */
            invokestatic org.springframework.core.annotation.MergedAnnotationsCollection.of:(Ljava/util/Collection;)Lorg/springframework/core/annotation/MergedAnnotations;
            areturn
        end local 0 // java.util.Collection annotations
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  annotations  Ljava/util/Collection<Lorg/springframework/core/annotation/MergedAnnotation<*>;>;
    Signature: (Ljava/util/Collection<Lorg/springframework/core/annotation/MergedAnnotation<*>;>;)Lorg/springframework/core/annotation/MergedAnnotations;
    MethodParameters:
             Name  Flags
      annotations  
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lorg/springframework/core/annotation/MergedAnnotation<Ljava/lang/annotation/Annotation;>;>;
SourceFile: "MergedAnnotations.java"
NestMembers:
  org.springframework.core.annotation.MergedAnnotations$SearchStrategy
InnerClasses:
  public final SearchStrategy = org.springframework.core.annotation.MergedAnnotations$SearchStrategy of org.springframework.core.annotation.MergedAnnotations