Annotation Interface Description


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

Accessible with ExecutableCommand.getDescription().

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The command description.
  • Element Details

    • value

      String value
      The command description. It is possible to use localized strings inside this value, using the following syntax: #{message-key} , which will effectively use values from Translator#get(key).
      Returns:
      The description