Package pro.johndunlap.getopt.annotation
-
Annotation Types Summary Annotation Type Description Arg This annotation is used to mark a field as a named option(code/flag).GetOptOrdered Annotation used to mark a field as an ordered argument.Help This annotation provides additional metadata for the help text beyond what would otherwise have been available with just the field level annotations.Ignore Annotation to ignore a field when parsing command line arguments.