Annotation Interface CommandDescription


@Retention(RUNTIME) @Target(TYPE) public @interface CommandDescription
Annotation to provide a description for command classes.
  • Required Element Summary

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

    • value

      String value
      The description of the command.
      Returns:
      the description of the command