public final class lombok.javac.JavacAugments
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: lombok.javac.JavacAugments
  super_class: java.lang.Object
{
  public static final lombok.core.FieldAugment<JCTree, java.lang.Boolean> JCTree_handled;
    descriptor: Llombok/core/FieldAugment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Llombok/core/FieldAugment<LJCTree;Ljava/lang/Boolean;>;

  public static final lombok.core.FieldAugment<JCTree, JCTree> JCTree_generatedNode;
    descriptor: Llombok/core/FieldAugment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Llombok/core/FieldAugment<LJCTree;LJCTree;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.JavacAugments this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.tools cannot be resolved\n\tJCTree cannot be resolved to a type\n\tThe method augment(Class<JCTree>, Class<? super Boolean>, String) from the type FieldAugment refers to the missing type JCTree\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tThe method circularSafeAugment(Class<JCTree>, Class<? super JCTree>, String) from the type FieldAugment refers to the missing type JCTree\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacAugments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacAugments;
}
SourceFile: "JavacAugments.java"