public class lombok.javac.handlers.HandleValue extends lombok.javac.JavacAnnotationHandler<lombok.Value>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.handlers.HandleValue
  super_class: lombok.javac.JavacAnnotationHandler
{
  private lombok.javac.handlers.HandleFieldDefaults handleFieldDefaults;
    descriptor: Llombok/javac/handlers/HandleFieldDefaults;
    flags: (0x0002) ACC_PRIVATE

  private lombok.javac.handlers.HandleConstructor handleConstructor;
    descriptor: Llombok/javac/handlers/HandleConstructor;
    flags: (0x0002) ACC_PRIVATE

  private lombok.javac.handlers.HandleGetter handleGetter;
    descriptor: Llombok/javac/handlers/HandleGetter;
    flags: (0x0002) ACC_PRIVATE

  private lombok.javac.handlers.HandleEqualsAndHashCode handleEqualsAndHashCode;
    descriptor: Llombok/javac/handlers/HandleEqualsAndHashCode;
    flags: (0x0002) ACC_PRIVATE

  private lombok.javac.handlers.HandleToString handleToString;
    descriptor: Llombok/javac/handlers/HandleToString;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.handlers.HandleValue this
         0: .line 37
            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\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tProviderFor cannot be resolved to a type\n\tThe type HandleValue must implement the inherited abstract method JavacAnnotationHandler<Value>.handle(AnnotationValues<Value>, JCAnnotation, JavacNode)\n\tJCAnnotation cannot be resolved to a type\n\tJCModifiers cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tFlags cannot be resolved to a variable\n\tFlags cannot be resolved to a variable\n\tList cannot be resolved\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.HandleValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/handlers/HandleValue;

  public void handle(lombok.core.AnnotationValues<lombok.Value>, 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.HandleValue this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCAnnotation cannot be resolved to a type\n\tJCModifiers cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tFlags cannot be resolved to a variable\n\tFlags cannot be resolved to a variable\n\tList cannot be resolved\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.HandleValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/handlers/HandleValue;
    Signature: (Llombok/core/AnnotationValues<Llombok/Value;>;LJCAnnotation;Llombok/javac/JavacNode;)V
    MethodParameters:
                Name  Flags
      annotation      
      ast             
      annotationNode  
}
Signature: Llombok/javac/JavacAnnotationHandler<Llombok/Value;>;
SourceFile: "HandleValue.java"
    RuntimeVisibleAnnotations: 
      lombok.core.HandlerPriority(value = -512)