Package com.linkedin.alpini.cli
Annotation Type CLIFlag
-
@Target(FIELD) @Retention(RUNTIME) public @interface CLIFlag
Annotation for a boolean command line option without an argument, like "--exit-on-error".- See Also:
CLIArgumentParser
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
description
A short sentence description of the option.
-