@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Hidden
Annotates a io.vertx.core.cli.CLI and/or its Option setters to hide it from the help message.
Author
Clement Escoffier
See Also
Summary
Hidden()
Annotates a io.vertx.core.cli.CLI and/or its Option setters to hide it from the help message. |