Package io.vertx.core.cli.annotations
Annotation Type DefaultValue
-
@Retention(RUNTIME) @Target(METHOD) public @interface DefaultValue
Annotation to set a default value to an option.- Author:
- Clement Escoffier
- See Also:
Option
-
-
Element Detail
-
value
String value
The (optional) default value of the option. The value is converted to the right type using theConverter
set inConvertedBy
.
-
-