Annotation Interface Command


@Retention(RUNTIME) public @interface Command
Marks a root commandapi.
  • Element Details

    • aliases

      String[] aliases
      Default:
      {}
    • async

      boolean async
      Default:
      true
    • description

      String description
      Default:
      ""
    • usage

      String usage
      Default:
      ""