class org.springframework.core.annotation.AnnotatedElementUtils$2 extends org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.annotation.AnnotatedElementUtils$2
  super_class: org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor
{
  private final java.util.Set val$types;
    descriptor: Ljava/util/Set;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(boolean, java.util.Set);
    descriptor: (ZLjava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.AnnotatedElementUtils$2 this
        start local 1 // boolean $anonymous0
         0: .line 184
            aload 0 /* this */
            aload 2
            putfield org.springframework.core.annotation.AnnotatedElementUtils$2.val$types:Ljava/util/Set;
            aload 0 /* this */
            iload 1 /* $anonymous0 */
            invokespecial org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor.<init>:(Z)V
            return
        end local 1 // boolean $anonymous0
        end local 0 // org.springframework.core.annotation.AnnotatedElementUtils$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/core/annotation/AnnotatedElementUtils$2;
            0    1     1  $anonymous0  Z
    MethodParameters:
             Name  Flags
      $anonymous0  
      val$types    final

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.core.annotation.AnnotatedElementUtils$2 this
        start local 1 // java.lang.reflect.AnnotatedElement annotatedElement
        start local 2 // java.lang.annotation.Annotation annotation
        start local 3 // int metaDepth
         0: .line 188
            aload 0 /* this */
            getfield org.springframework.core.annotation.AnnotatedElementUtils$2.val$types:Ljava/util/Set;
            aload 2 /* annotation */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 189
            getstatic org.springframework.core.annotation.AnnotatedElementUtils.CONTINUE: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$2 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/springframework/core/annotation/AnnotatedElementUtils$2;
            0    2     1  annotatedElement  Ljava/lang/reflect/AnnotatedElement;
            0    2     2        annotation  Ljava/lang/annotation/Annotation;
            0    2     3         metaDepth  I
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
                  Name  Flags
      annotatedElement  
      annotation        
      metaDepth         
}
Signature: Lorg/springframework/core/annotation/AnnotatedElementUtils$SimpleAnnotationProcessor<Ljava/lang/Object;>;
SourceFile: "AnnotatedElementUtils.java"
EnclosingMethod: org.springframework.core.annotation.AnnotatedElementUtils.getMetaAnnotationTypes:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;)Ljava/util/Set;
NestHost: org.springframework.core.annotation.AnnotatedElementUtils
InnerClasses:
  org.springframework.core.annotation.AnnotatedElementUtils$2
  private abstract SimpleAnnotationProcessor = org.springframework.core.annotation.AnnotatedElementUtils$SimpleAnnotationProcessor of org.springframework.core.annotation.AnnotatedElementUtils