Annotation Interface Name


@Target(PARAMETER) @Retention(CLASS) public @interface Name
Annotation used to define a custom name for a command parameter. This name will be displayed in command usages and exception messages.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The custom name of the parameter.
  • Element Details

    • value

      String value
      The custom name of the parameter.
      Returns:
      the parameter name