interface org.springframework.core.annotation.AnnotatedElementUtils$Processor<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.core.annotation.AnnotatedElementUtils$Processor
  super_class: java.lang.Object
{
  public abstract T process(java.lang.reflect.AnnotatedElement, java.lang.annotation.Annotation, );
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;I)TT;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
                  Name  Flags
      annotatedElement  
      annotation        
      metaDepth         

  public abstract void postProcess(java.lang.reflect.AnnotatedElement, java.lang.annotation.Annotation, );
    descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/annotation/Annotation;TT;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
                  Name  Flags
      annotatedElement  
      annotation        
      result            

  public abstract boolean alwaysProcesses();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean aggregates();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<T> getAggregatedResults();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AnnotatedElementUtils.java"
NestHost: org.springframework.core.annotation.AnnotatedElementUtils
InnerClasses:
  private abstract Processor = org.springframework.core.annotation.AnnotatedElementUtils$Processor of org.springframework.core.annotation.AnnotatedElementUtils