Uses of Package
io.vertx.core.cli.annotations
-
Packages that use io.vertx.core.cli.annotations Package Description io.vertx.core.spi.launcher io.vertx.ext.shell.command.base -
Classes in io.vertx.core.cli.annotations used by io.vertx.core.spi.launcher Class Description Description Annotation used to write the option or command documentation.Hidden Option Annotates a setter to be called with the value of a command line option. -
Classes in io.vertx.core.cli.annotations used by io.vertx.ext.shell.command.base Class Description Argument Annotates a setter to be called with the value of a command line argument.DefaultValue Annotation to set a default value to an option.Description Annotation used to write the option or command documentation.Name Defines the name of aCLI
.Option Annotates a setter to be called with the value of a command line option.Summary Annotates aCLI
with summary.