@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Summary
Annotates a io.vertx.core.cli.CLI with summary. The summary is the main short explanation of the command. Long description should be written in the Description.
Author
Clement Escoffier
Summary(value: String)
Annotates a io.vertx.core.cli.CLI with summary. The summary is the main short explanation of the command. Long description should be written in the Description. |
val value: String
The summary. This should be a single sentence describing what the command does. |