Annotation Type Argument
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends OptionHandler> SeeOption.handler().booleanSeeOption.hidden().intPosition of the argument.SeeOption.metaVar().booleanbooleanSeeOption.required().SeeOption.usage().
-
Element Details
-
usage
-
metaVar
-
required
-
handler
Class<? extends OptionHandler> handlerSeeOption.handler().- Default:
org.kohsuke.args4j.spi.OptionHandler.class
-
index
int indexPosition of the argument.If you define multiple single value properties to bind to arguments, they should have
index=0, index=1, index=2, ... and so on.Multi value properties bound to arguments must be always the last entry.
- Default:
0
-
multiValued
boolean multiValued- Default:
false
-