Package io.vertx.core.cli.annotations
Annotation Type Argument
-
@Target(METHOD) @Retention(RUNTIME) public @interface Argument
Annotates a setter to be called with the value of a command line argument.- Author:
- Clement Escoffier
- See Also:
Option
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
index
The (0-based) position of this argument relative to the argument list.
-
-
-
-
argName
String argName
The name of this argument (used in doc)- Default:
- "value"
-
-