public abstract class lombok.DirectoryRunner$Compiler extends java.lang.Enum<lombok.DirectoryRunner$Compiler>
  minor version: 0
  major version: 59
  flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: lombok.DirectoryRunner$Compiler
  super_class: java.lang.Enum
{
  public static final lombok.DirectoryRunner$Compiler DELOMBOK;
    descriptor: Llombok/DirectoryRunner$Compiler;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final lombok.DirectoryRunner$Compiler JAVAC;
    descriptor: Llombok/DirectoryRunner$Compiler;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final lombok.DirectoryRunner$Compiler ECJ;
    descriptor: Llombok/DirectoryRunner$Compiler;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.DirectoryRunner$Compiler this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tRunner cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tThe method getDescription() of type DirectoryRunner must override or implement a supertype method\n\tDescription cannot be resolved to a type\n\tRunNotifier cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tFailure cannot be resolved to a type\n\tRunNotifier cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tFailure cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.DirectoryRunner$Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/DirectoryRunner$Compiler;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public abstract int getVersion();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Enum<Llombok/DirectoryRunner$Compiler;>;
SourceFile: "DirectoryRunner.java"
NestHost: lombok.DirectoryRunner
InnerClasses:
  public abstract Compiler = lombok.DirectoryRunner$Compiler of lombok.DirectoryRunner