Annotation Type Argument
Annotates a setter to be called with the value of a command line argument.
- Author:
- Clement Escoffier invalid input: '<'[email protected]>
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionintThe (0-based) position of this argument relative to the argument list. -
Optional Element Summary
Optional Elements
-
Element Details
-
argName
-
index
int indexThe (0-based) position of this argument relative to the argument list. The first parameter has the index 0, the second 1... Index is mandatory to force you to think to the order. -
required
boolean requiredWhether or not the argument is required. An argument is required by default.- Default:
true
-