final class org.springframework.core.annotation.MissingMergedAnnotation<A extends java.lang.annotation.Annotation> extends org.springframework.core.annotation.AbstractMergedAnnotation<A>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.core.annotation.MissingMergedAnnotation
  super_class: org.springframework.core.annotation.AbstractMergedAnnotation
{
  private static final org.springframework.core.annotation.MissingMergedAnnotation<?> INSTANCE;
    descriptor: Lorg/springframework/core/annotation/MissingMergedAnnotation;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/springframework/core/annotation/MissingMergedAnnotation<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            new org.springframework.core.annotation.MissingMergedAnnotation
            dup
            invokespecial org.springframework.core.annotation.MissingMergedAnnotation.<init>:()V
            putstatic org.springframework.core.annotation.MissingMergedAnnotation.INSTANCE:Lorg/springframework/core/annotation/MissingMergedAnnotation;
            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.MissingMergedAnnotation this
         0: .line 44
            aload 0 /* this */
            invokespecial org.springframework.core.annotation.AbstractMergedAnnotation.<init>:()V
         1: .line 45
            return
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;

  public java.lang.Class<A> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 50
            new java.util.NoSuchElementException
            dup
            ldc "Unable to get type for missing annotation"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
    Signature: ()Ljava/lang/Class<TA;>;

  public boolean isPresent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 55
            iconst_0
            ireturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;

  public java.lang.Object getSource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 61
            aconst_null
            areturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public org.springframework.core.annotation.MergedAnnotation<?> getMetaSource();
    descriptor: ()Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 67
            aconst_null
            areturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
    Signature: ()Lorg/springframework/core/annotation/MergedAnnotation<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public org.springframework.core.annotation.MergedAnnotation<?> getRoot();
    descriptor: ()Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 72
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
    Signature: ()Lorg/springframework/core/annotation/MergedAnnotation<*>;

  public java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> getMetaTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 77
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
    Signature: ()Ljava/util/List<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;>;

  public int getDistance();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 82
            iconst_m1
            ireturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;

  public int getAggregateIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 87
            iconst_m1
            ireturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;

  public boolean hasNonDefaultValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.lang.String attributeName
         0: .line 92
            new java.util.NoSuchElementException
            dup
         1: .line 93
            ldc "Unable to check non-default value for missing annotation"
         2: .line 92
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String attributeName
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    3     1  attributeName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      attributeName  

  public boolean hasDefaultValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.lang.String attributeName
         0: .line 98
            new java.util.NoSuchElementException
            dup
         1: .line 99
            ldc "Unable to check default value for missing annotation"
         2: .line 98
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String attributeName
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    3     1  attributeName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      attributeName  

  public <T> java.util.Optional<T> getValue(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.lang.String attributeName
        start local 2 // java.lang.Class type
         0: .line 104
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            areturn
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String attributeName
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    1     1  attributeName  Ljava/lang/String;
            0    1     2           type  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)Ljava/util/Optional<TT;>;
    MethodParameters:
               Name  Flags
      attributeName  
      type           

  public <T> java.util.Optional<T> getDefaultValue(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.lang.String attributeName
        start local 2 // java.lang.Class type
         0: .line 109
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            areturn
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String attributeName
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    1     1  attributeName  Ljava/lang/String;
            0    1     2           type  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)Ljava/util/Optional<TT;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
    MethodParameters:
               Name  Flags
      attributeName  
      type           

  public org.springframework.core.annotation.MergedAnnotation<A> filterAttributes(java.util.function.Predicate<java.lang.String>);
    descriptor: (Ljava/util/function/Predicate;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.util.function.Predicate predicate
         0: .line 114
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Predicate predicate
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    1     1  predicate  Ljava/util/function/Predicate<Ljava/lang/String;>;
    Signature: (Ljava/util/function/Predicate<Ljava/lang/String;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.springframework.core.annotation.MergedAnnotation<A> withNonMergedAttributes();
    descriptor: ()Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 119
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
    Signature: ()Lorg/springframework/core/annotation/MergedAnnotation<TA;>;

  public org.springframework.core.annotation.AnnotationAttributes asAnnotationAttributes(org.springframework.core.annotation.MergedAnnotation$Adapt[]);
    descriptor: ([Lorg/springframework/core/annotation/MergedAnnotation$Adapt;)Lorg/springframework/core/annotation/AnnotationAttributes;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // org.springframework.core.annotation.MergedAnnotation$Adapt[] adaptations
         0: .line 124
            new org.springframework.core.annotation.AnnotationAttributes
            dup
            invokespecial org.springframework.core.annotation.AnnotationAttributes.<init>:()V
            areturn
        end local 1 // org.springframework.core.annotation.MergedAnnotation$Adapt[] adaptations
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    1     1  adaptations  [Lorg/springframework/core/annotation/MergedAnnotation$Adapt;
    Signature: ([Lorg/springframework/core/annotation/MergedAnnotation$Adapt;)Lorg/springframework/core/annotation/AnnotationAttributes;
    MethodParameters:
             Name  Flags
      adaptations  

  public java.util.Map<java.lang.String, java.lang.Object> asMap(org.springframework.core.annotation.MergedAnnotation$Adapt[]);
    descriptor: ([Lorg/springframework/core/annotation/MergedAnnotation$Adapt;)Ljava/util/Map;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // org.springframework.core.annotation.MergedAnnotation$Adapt[] adaptations
         0: .line 129
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
        end local 1 // org.springframework.core.annotation.MergedAnnotation$Adapt[] adaptations
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    1     1  adaptations  [Lorg/springframework/core/annotation/MergedAnnotation$Adapt;
    Signature: ([Lorg/springframework/core/annotation/MergedAnnotation$Adapt;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
             Name  Flags
      adaptations  

  public <T extends java.util.Map<java.lang.String, java.lang.Object>> T asMap(java.util.function.Function<org.springframework.core.annotation.MergedAnnotation<?>, T>, org.springframework.core.annotation.MergedAnnotation$Adapt[]);
    descriptor: (Ljava/util/function/Function;[Lorg/springframework/core/annotation/MergedAnnotation$Adapt;)Ljava/util/Map;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.util.function.Function factory
        start local 2 // org.springframework.core.annotation.MergedAnnotation$Adapt[] adaptations
         0: .line 134
            aload 1 /* factory */
            aload 0 /* this */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            areturn
        end local 2 // org.springframework.core.annotation.MergedAnnotation$Adapt[] adaptations
        end local 1 // java.util.function.Function factory
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    1     1      factory  Ljava/util/function/Function<Lorg/springframework/core/annotation/MergedAnnotation<*>;TT;>;
            0    1     2  adaptations  [Lorg/springframework/core/annotation/MergedAnnotation$Adapt;
    Signature: <T::Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>(Ljava/util/function/Function<Lorg/springframework/core/annotation/MergedAnnotation<*>;TT;>;[Lorg/springframework/core/annotation/MergedAnnotation$Adapt;)TT;
    MethodParameters:
             Name  Flags
      factory      
      adaptations  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 139
            ldc "(missing)"
            areturn
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;

  public <T extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<T> getAnnotation(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.lang.String attributeName
        start local 2 // java.lang.Class type
         0: .line 146
            new java.util.NoSuchElementException
            dup
         1: .line 147
            ldc "Unable to get attribute value for missing annotation"
         2: .line 146
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String attributeName
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    3     1  attributeName  Ljava/lang/String;
            0    3     2           type  Ljava/lang/Class<TT;>;
    Exceptions:
      throws java.util.NoSuchElementException
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)Lorg/springframework/core/annotation/MergedAnnotation<TT;>;
    MethodParameters:
               Name  Flags
      attributeName  
      type           

  public <T extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<T>[] getAnnotationArray(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)[Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.lang.String attributeName
        start local 2 // java.lang.Class type
         0: .line 154
            new java.util.NoSuchElementException
            dup
         1: .line 155
            ldc "Unable to get attribute value for missing annotation"
         2: .line 154
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String attributeName
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    3     1  attributeName  Ljava/lang/String;
            0    3     2           type  Ljava/lang/Class<TT;>;
    Exceptions:
      throws java.util.NoSuchElementException
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)[Lorg/springframework/core/annotation/MergedAnnotation<TT;>;
    MethodParameters:
               Name  Flags
      attributeName  
      type           

  protected <T> T getAttributeValue(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
        start local 1 // java.lang.String attributeName
        start local 2 // java.lang.Class type
         0: .line 160
            new java.util.NoSuchElementException
            dup
         1: .line 161
            ldc "Unable to get attribute value for missing annotation"
         2: .line 160
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String attributeName
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
            0    3     1  attributeName  Ljava/lang/String;
            0    3     2           type  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
               Name  Flags
      attributeName  
      type           

  protected A createSynthesized();
    descriptor: ()Ljava/lang/annotation/Annotation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
         0: .line 166
            new java.util.NoSuchElementException
            dup
            ldc "Unable to synthesize missing annotation"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.annotation.MissingMergedAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/MissingMergedAnnotation<TA;>;
    Signature: ()TA;

  static <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> getInstance();
    descriptor: ()Lorg/springframework/core/annotation/MergedAnnotation;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 172
            getstatic org.springframework.core.annotation.MissingMergedAnnotation.INSTANCE:Lorg/springframework/core/annotation/MissingMergedAnnotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <A::Ljava/lang/annotation/Annotation;>()Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
}
Signature: <A::Ljava/lang/annotation/Annotation;>Lorg/springframework/core/annotation/AbstractMergedAnnotation<TA;>;
SourceFile: "MissingMergedAnnotation.java"
InnerClasses:
  public final Adapt = org.springframework.core.annotation.MergedAnnotation$Adapt of org.springframework.core.annotation.MergedAnnotation