class org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor extends org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor
  super_class: org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor this
         0: .line 1507
            aload 0 /* this */
            invokespecial org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor.<init>:()V
            return
        end local 0 // org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/annotation/AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor;

  public final java.lang.Boolean process(java.lang.reflect.AnnotatedElement, java.lang.annotation.Annotation, int);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;I)Ljava/lang/Boolean;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor this
        start local 1 // java.lang.reflect.AnnotatedElement annotatedElement
        start local 2 // java.lang.annotation.Annotation annotation
        start local 3 // int metaDepth
         0: .line 1511
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            areturn
        end local 3 // int metaDepth
        end local 2 // java.lang.annotation.Annotation annotation
        end local 1 // java.lang.reflect.AnnotatedElement annotatedElement
        end local 0 // org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/springframework/core/annotation/AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor;
            0    1     1  annotatedElement  Ljava/lang/reflect/AnnotatedElement;
            0    1     2        annotation  Ljava/lang/annotation/Annotation;
            0    1     3         metaDepth  I
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
                  Name  Flags
      annotatedElement  
      annotation        
      metaDepth         

  public java.lang.Object process(java.lang.reflect.AnnotatedElement, java.lang.annotation.Annotation, int);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            iload 3
            invokevirtual org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor.process:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;I)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/springframework/core/annotation/AnnotatedElementUtils$SimpleAnnotationProcessor<Ljava/lang/Boolean;>;
SourceFile: "AnnotatedElementUtils.java"
NestHost: org.springframework.core.annotation.AnnotatedElementUtils
InnerClasses:
  AlwaysTrueBooleanAnnotationProcessor = org.springframework.core.annotation.AnnotatedElementUtils$AlwaysTrueBooleanAnnotationProcessor of org.springframework.core.annotation.AnnotatedElementUtils
  private abstract SimpleAnnotationProcessor = org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor of org.springframework.core.annotation.AnnotatedElementUtils