Annotation Interface Usage


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Usage
An annotation to give the ExecutableCommand a usage.

If not present, it will be auto-generated

Accessible with ExecutableCommand.getUsage()

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The command usage
  • Element Details

    • value

      String value
      The command usage
      Returns:
      The usage