public abstract class lombok.javac.JavacAnnotationHandler<T extends java.lang.annotation.Annotation>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: lombok.javac.JavacAnnotationHandler
  super_class: java.lang.Object
{
  protected Trees trees;
    descriptor: LTrees;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.JavacAnnotationHandler this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.source cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tTrees cannot be resolved to a type\n\tJCAnnotation cannot be resolved to a type\n\tTrees cannot be resolved to a type\n\tTrees cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacAnnotationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacAnnotationHandler<TT;>;

  public abstract void handle(lombok.core.AnnotationValues<T>, JCAnnotation, lombok.javac.JavacNode);
    descriptor: (Llombok/core/AnnotationValues;LJCAnnotation;Llombok/javac/JavacNode;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Llombok/core/AnnotationValues<TT;>;LJCAnnotation;Llombok/javac/JavacNode;)V
    MethodParameters:
                Name  Flags
      annotation      
      ast             
      annotationNode  

  public java.lang.Class<T> getAnnotationHandledByThisHandler();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.JavacAnnotationHandler this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacAnnotationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacAnnotationHandler<TT;>;
    Signature: ()Ljava/lang/Class<TT;>;

  public void setTrees(Trees);
    descriptor: (LTrees;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.JavacAnnotationHandler this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTrees cannot be resolved to a type\n\tTrees cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacAnnotationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacAnnotationHandler<TT;>;
    MethodParameters:
       Name  Flags
      trees  
}
Signature: <T::Ljava/lang/annotation/Annotation;>Ljava/lang/Object;
SourceFile: "JavacAnnotationHandler.java"