public class lombok.bytecode.PostCompilerApp$CmdArgs
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.bytecode.PostCompilerApp$CmdArgs
  super_class: java.lang.Object
{
  private java.util.List<java.lang.String> classFiles;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      Sequential()
      Mandatory()

  boolean verbose;
    descriptor: Z
    flags: (0x0000) 

  boolean help;
    descriptor: Z
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.bytecode.PostCompilerApp$CmdArgs 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.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tProviderFor cannot be resolved to a type\n\tSequential cannot be resolved to a type\n\tMandatory cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tShorthand cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tShorthand cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tCmdReader cannot be resolved to a type\n\tCmdReader cannot be resolved\n\tInvalidCommandLineException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.bytecode.PostCompilerApp$CmdArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/bytecode/PostCompilerApp$CmdArgs;
}
SourceFile: "PostCompilerApp.java"
NestHost: lombok.bytecode.PostCompilerApp
InnerClasses:
  public CmdArgs = lombok.bytecode.PostCompilerApp$CmdArgs of lombok.bytecode.PostCompilerApp