Package io.vertx.core.cli.annotations
Annotation Type Summary
-
@Retention(RUNTIME) @Target(TYPE) public @interface Summary
Annotates aCLI
with summary. The summary is the main short explanation of the command. Long description should be written in theDescription
.- Author:
- Clement Escoffier
-
-
Element Detail
-
value
String value
The summary. This should be a single sentence describing what the command does.
-
-