@Retention(RUNTIME) @Target(TYPE) public @interface CommandLineProgramProperties
Modifier and Type | Required Element | Description |
---|---|---|
String |
usage |
|
String |
usageShort |
Modifier and Type | Optional Element | Description |
---|---|---|
boolean |
omitFromCommandLine |
|
Class<? extends CommandLineProgramGroup> |
programGroup |
String usage
String usageShort
Class<? extends CommandLineProgramGroup> programGroup