public interface picocli.CommandLine$Model$IGetter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: picocli.CommandLine$Model$IGetter
  super_class: java.lang.Object
{
  public abstract <T> T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>()TT;
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public final Model = picocli.CommandLine$Model of picocli.CommandLine
  public abstract IGetter = picocli.CommandLine$Model$IGetter of picocli.CommandLine$Model