Annotation Interface Alias


@Target(TYPE) @Retention(SOURCE) public @interface Alias
The annotation to represent the aliases for a given base command.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The list of aliases to apply to the base command
  • Element Details

    • value

      String[] value
      The list of aliases to apply to the base command
      Returns:
      the list of aliases to apply to the base command