Annotation Interface Usage


@Target(TYPE) @Retention(RUNTIME) public @interface Usage
Annotation to set the usage for a command.
  • Required Element Summary

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

    • value

      String value
      The usage for this command.