Annotation Interface Alias


@Target(TYPE) @Retention(RUNTIME) public @interface Alias
Annotation to set the command aliases for a command handler.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The alias(es) to register for this command.
  • Element Details

    • value

      String[] value
      The alias(es) to register for this command.