public class org.springframework.core.type.filter.AnnotationTypeFilter extends org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.core.type.filter.AnnotationTypeFilter
  super_class: org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
{
  private final java.lang.Class<? extends java.lang.annotation.Annotation> annotationType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;

  private final boolean considerMetaAnnotations;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
        start local 1 // java.lang.Class annotationType
         0: .line 55
            aload 0 /* this */
            aload 1 /* annotationType */
            iconst_1
            iconst_0
            invokespecial org.springframework.core.type.filter.AnnotationTypeFilter.<init>:(Ljava/lang/Class;ZZ)V
         1: .line 56
            return
        end local 1 // java.lang.Class annotationType
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
            0    2     1  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)V
    MethodParameters:
                Name  Flags
      annotationType  

  public void <init>(java.lang.Class<? extends java.lang.annotation.Annotation>, );
    descriptor: (Ljava/lang/Class;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
        start local 1 // java.lang.Class annotationType
        start local 2 // boolean considerMetaAnnotations
         0: .line 65
            aload 0 /* this */
            aload 1 /* annotationType */
            iload 2 /* considerMetaAnnotations */
            iconst_0
            invokespecial org.springframework.core.type.filter.AnnotationTypeFilter.<init>:(Ljava/lang/Class;ZZ)V
         1: .line 66
            return
        end local 2 // boolean considerMetaAnnotations
        end local 1 // java.lang.Class annotationType
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
            0    2     1           annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0    2     2  considerMetaAnnotations  Z
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Z)V
    MethodParameters:
                         Name  Flags
      annotationType           
      considerMetaAnnotations  

  public void <init>(java.lang.Class<? extends java.lang.annotation.Annotation>, boolean, );
    descriptor: (Ljava/lang/Class;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
        start local 1 // java.lang.Class annotationType
        start local 2 // boolean considerMetaAnnotations
        start local 3 // boolean considerInterfaces
         0: .line 77
            aload 0 /* this */
            aload 1 /* annotationType */
            ldc Ljava/lang/annotation/Inherited;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            iload 3 /* considerInterfaces */
            invokespecial org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter.<init>:(ZZ)V
         1: .line 78
            aload 0 /* this */
            aload 1 /* annotationType */
            putfield org.springframework.core.type.filter.AnnotationTypeFilter.annotationType:Ljava/lang/Class;
         2: .line 79
            aload 0 /* this */
            iload 2 /* considerMetaAnnotations */
            putfield org.springframework.core.type.filter.AnnotationTypeFilter.considerMetaAnnotations:Z
         3: .line 80
            return
        end local 3 // boolean considerInterfaces
        end local 2 // boolean considerMetaAnnotations
        end local 1 // java.lang.Class annotationType
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
            0    4     1           annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0    4     2  considerMetaAnnotations  Z
            0    4     3       considerInterfaces  Z
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;ZZ)V
    MethodParameters:
                         Name  Flags
      annotationType           
      considerMetaAnnotations  
      considerInterfaces       

  public final java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
         0: .line 88
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.annotationType:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
    Signature: ()Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;

  protected boolean matchSelf(org.springframework.core.type.classreading.MetadataReader);
    descriptor: (Lorg/springframework/core/type/classreading/MetadataReader;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
        start local 1 // org.springframework.core.type.classreading.MetadataReader metadataReader
         0: .line 93
            aload 1 /* metadataReader */
            invokeinterface org.springframework.core.type.classreading.MetadataReader.getAnnotationMetadata:()Lorg/springframework/core/type/AnnotationMetadata;
            astore 2 /* metadata */
        start local 2 // org.springframework.core.type.AnnotationMetadata metadata
         1: .line 94
            aload 2 /* metadata */
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.annotationType:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.springframework.core.type.AnnotationMetadata.hasAnnotation:(Ljava/lang/String;)Z
            ifne 4
         2: .line 95
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.considerMetaAnnotations:Z
            ifeq 3
            aload 2 /* metadata */
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.annotationType:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.springframework.core.type.AnnotationMetadata.hasMetaAnnotation:(Ljava/lang/String;)Z
            ifne 4
         3: .line 94
      StackMap locals: org.springframework.core.type.AnnotationMetadata
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 2 // org.springframework.core.type.AnnotationMetadata metadata
        end local 1 // org.springframework.core.type.classreading.MetadataReader metadataReader
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
            0    5     1  metadataReader  Lorg/springframework/core/type/classreading/MetadataReader;
            1    5     2        metadata  Lorg/springframework/core/type/AnnotationMetadata;
    MethodParameters:
                Name  Flags
      metadataReader  

  protected java.lang.Boolean matchSuperClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Boolean;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
        start local 1 // java.lang.String superClassName
         0: .line 101
            aload 0 /* this */
            aload 1 /* superClassName */
            invokevirtual org.springframework.core.type.filter.AnnotationTypeFilter.hasAnnotation:(Ljava/lang/String;)Ljava/lang/Boolean;
            areturn
        end local 1 // java.lang.String superClassName
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
            0    1     1  superClassName  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      superClassName  

  protected java.lang.Boolean matchInterface(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Boolean;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
        start local 1 // java.lang.String interfaceName
         0: .line 107
            aload 0 /* this */
            aload 1 /* interfaceName */
            invokevirtual org.springframework.core.type.filter.AnnotationTypeFilter.hasAnnotation:(Ljava/lang/String;)Ljava/lang/Boolean;
            areturn
        end local 1 // java.lang.String interfaceName
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
            0    1     1  interfaceName  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      interfaceName  

  protected java.lang.Boolean hasAnnotation(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Boolean;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
        start local 1 // java.lang.String typeName
         0: .line 112
            ldc Ljava/lang/Object;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aload 1 /* typeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 113
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* typeName */
            ldc "java"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 12
         3: .line 116
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.annotationType:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "java"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 5
         4: .line 119
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         5: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* typeName */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokestatic org.springframework.util.ClassUtils.forName:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
            astore 2 /* clazz */
        start local 2 // java.lang.Class clazz
         6: .line 123
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.considerMetaAnnotations:Z
            ifeq 7
            aload 2 /* clazz */
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.annotationType:Ljava/lang/Class;
            invokestatic org.springframework.core.annotation.AnnotationUtils.getAnnotation:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            goto 8
         7: .line 124
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* clazz */
            aload 0 /* this */
            getfield org.springframework.core.type.filter.AnnotationTypeFilter.annotationType:Ljava/lang/Class;
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
         8: .line 123
      StackMap locals:
      StackMap stack: java.lang.annotation.Annotation
            ifnull 9
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
        10: areturn
        end local 2 // java.lang.Class clazz
        11: .line 126
      StackMap locals: org.springframework.core.type.filter.AnnotationTypeFilter java.lang.String
      StackMap stack: java.lang.Throwable
            pop
        12: .line 130
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String typeName
        end local 0 // org.springframework.core.type.filter.AnnotationTypeFilter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/springframework/core/type/filter/AnnotationTypeFilter;
            0   13     1  typeName  Ljava/lang/String;
            6   11     2     clazz  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           5    10      11  Class java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      typeName  
}
SourceFile: "AnnotationTypeFilter.java"