Annotation Interface CommandDescription


@Retention(RUNTIME) @Target(TYPE) public @interface CommandDescription
Interface to set a commands description for a class extending ApiCommand This annotation is optional, however it will override the command description's String from a RegisterCommand Annotation
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Description of what the ApiCommand does
  • Element Details

    • description

      String description
      Description of what the ApiCommand does
      Returns:
      String of what the commands description will be
      Default:
      ""