Package io.vertx.core.cli.annotations


package io.vertx.core.cli.annotations
  • Class
    Description
    Annotates a setter to be called with the value of a command line argument.
    Class responsible for defining CLI using annotations and injecting values extracted by the parser.
    Annotates @Option setters to indicate how the value is converted to the argument type.
    Annotation to set a default value to an option.
    Annotation used to write the option or command documentation.
    Annotates a CLI and/or its @Option setters to hide it from the help message.
    Defines the name of a CLI.
    Annotates a setter to be called with the value of a command line option.
    Annotates a setter to be called with the value of a command line option.
    Annotates a CLI with summary.