public class lombok.javac.handlers.HandlePrintAST extends lombok.javac.JavacAnnotationHandler<lombok.core.PrintAST>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.handlers.HandlePrintAST
  super_class: lombok.javac.JavacAnnotationHandler
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.handlers.HandlePrintAST this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.mangosdk cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tProviderFor cannot be resolved to a type\n\tThe type HandlePrintAST must implement the inherited abstract method JavacAnnotationHandler<PrintAST>.handle(AnnotationValues<PrintAST>, JCAnnotation, JavacNode)\n\tJCAnnotation cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.handlers.HandlePrintAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/handlers/HandlePrintAST;

  public void handle(lombok.core.AnnotationValues<lombok.core.PrintAST>, JCAnnotation, lombok.javac.JavacNode);
    descriptor: (Llombok/core/AnnotationValues;LJCAnnotation;Llombok/javac/JavacNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.handlers.HandlePrintAST this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJCAnnotation cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.handlers.HandlePrintAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/handlers/HandlePrintAST;
    Signature: (Llombok/core/AnnotationValues<Llombok/core/PrintAST;>;LJCAnnotation;Llombok/javac/JavacNode;)V
    MethodParameters:
                Name  Flags
      annotation      
      ast             
      annotationNode  
}
Signature: Llombok/javac/JavacAnnotationHandler<Llombok/core/PrintAST;>;
SourceFile: "HandlePrintAST.java"
    RuntimeVisibleAnnotations: 
      lombok.core.HandlerPriority(value = 536870912)