interface org.springframework.core.annotation.AnnotationsProcessor<C, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.core.annotation.AnnotationsProcessor
  super_class: java.lang.Object
{
  public R doWithAggregate(C, );
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.core.annotation.AnnotationsProcessor this
        start local 1 // java.lang.Object context
        start local 2 // int aggregateIndex
         0: .line 45
            aconst_null
            areturn
        end local 2 // int aggregateIndex
        end local 1 // java.lang.Object context
        end local 0 // org.springframework.core.annotation.AnnotationsProcessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/core/annotation/AnnotationsProcessor<TC;TR;>;
            0    1     1         context  TC;
            0    1     2  aggregateIndex  I
    Signature: (TC;I)TR;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      context         
      aggregateIndex  

  public abstract R doWithAnnotations(C, int, , java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TC;ILjava/lang/Object;[Ljava/lang/annotation/Annotation;)TR;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
    MethodParameters:
                Name  Flags
      context         
      aggregateIndex  
      source          
      annotations     

  public R finish();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.core.annotation.AnnotationsProcessor this
        start local 1 // java.lang.Object result
         0: .line 69
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object result
        end local 0 // org.springframework.core.annotation.AnnotationsProcessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/core/annotation/AnnotationsProcessor<TC;TR;>;
            0    1     1  result  TR;
    Signature: (TR;)TR;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      result  
}
Signature: <C:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AnnotationsProcessor.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()