Annotation Interface Info


@Target(TYPE) @Retention(RUNTIME) public @interface Info
  • Element Details

    • name

      String name
      Returns:
      The name of the command.
    • description

      String description
      Returns:
      The description of the command.
    • usage

      String usage
      Returns:
      The proper usage of the command.
    • aliases

      String aliases
      Returns:
      The aliases for the command, separated by commas (alias1,alias2,alias3)
      Default:
      ""