Package com.linkedin.alpini.cli
Annotation Type CLIFooter
-
@Target(TYPE) @Retention(RUNTIME) public @interface CLIFooter
Annotation for text to display as the footer of the "--help" output.- See Also:
CLIArgumentParser
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Footer text.
-