public class lombok.eclipse.handlers.HandleData extends lombok.eclipse.EclipseAnnotationHandler<lombok.Data>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.eclipse.handlers.HandleData
  super_class: lombok.eclipse.EclipseAnnotationHandler
{
  private lombok.eclipse.handlers.HandleGetter handleGetter;
    descriptor: Llombok/eclipse/handlers/HandleGetter;
    flags: (0x0002) ACC_PRIVATE

  private lombok.eclipse.handlers.HandleSetter handleSetter;
    descriptor: Llombok/eclipse/handlers/HandleSetter;
    flags: (0x0002) ACC_PRIVATE

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

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

  private lombok.eclipse.handlers.HandleConstructor handleConstructor;
    descriptor: Llombok/eclipse/handlers/HandleConstructor;
    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.eclipse.handlers.HandleData this
         0: .line 36
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.mangosdk cannot be resolved\n\tProviderFor cannot be resolved to a type\n\tThe type HandleData must implement the inherited abstract method EclipseAnnotationHandler<Data>.handle(AnnotationValues<Data>, Annotation, EclipseNode)\n\tAnnotation cannot be resolved to a type\n\tTypeDeclaration cannot be resolved to a type\n\tThe method get() from the type LombokNode<EclipseAST,EclipseNode,ASTNode> refers to the missing type ASTNode\n\tTypeDeclaration cannot be resolved to a type\n\tTypeDeclaration cannot be resolved to a type\n\tThe method get() from the type LombokNode<EclipseAST,EclipseNode,ASTNode> refers to the missing type ASTNode\n\tClassFileConstants cannot be resolved to a variable\n\tClassFileConstants cannot be resolved to a variable\n\tClassFileConstants cannot be resolved to a variable\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.eclipse.handlers.HandleData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/eclipse/handlers/HandleData;

  public void handle(lombok.core.AnnotationValues<lombok.Data>, Annotation, lombok.eclipse.EclipseNode);
    descriptor: (Llombok/core/AnnotationValues;LAnnotation;Llombok/eclipse/EclipseNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.eclipse.handlers.HandleData this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAnnotation cannot be resolved to a type\n\tTypeDeclaration cannot be resolved to a type\n\tThe method get() from the type LombokNode<EclipseAST,EclipseNode,ASTNode> refers to the missing type ASTNode\n\tTypeDeclaration cannot be resolved to a type\n\tTypeDeclaration cannot be resolved to a type\n\tThe method get() from the type LombokNode<EclipseAST,EclipseNode,ASTNode> refers to the missing type ASTNode\n\tClassFileConstants cannot be resolved to a variable\n\tClassFileConstants cannot be resolved to a variable\n\tClassFileConstants cannot be resolved to a variable\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n\tAnnotation cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Annotation\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.eclipse.handlers.HandleData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/eclipse/handlers/HandleData;
    Signature: (Llombok/core/AnnotationValues<Llombok/Data;>;LAnnotation;Llombok/eclipse/EclipseNode;)V
    MethodParameters:
                Name  Flags
      annotation      
      ast             
      annotationNode  
}
Signature: Llombok/eclipse/EclipseAnnotationHandler<Llombok/Data;>;
SourceFile: "HandleData.java"