Annotation Interface CommandUsage


@Retention(RUNTIME) @Target(TYPE) public @interface CommandUsage
Sets the command usage message for a class extending ApiCommand This is optional, and will override command usage String's from a RegisterCommand Annotation
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Usage message of the class extending ApiCommand
  • Element Details