Annotation Interface Documentation


@Target(TYPE) @Retention(RUNTIME) public @interface Documentation
This annotation specifies the documentation of a command. The command documentation url is collected into the CommandInfo.
Since:
4.0
See Also:
  • CommandInfo
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the url to the documentation for all commands of a class which is annotated with this annotation.
  • Element Details

    • value

      String value
      Returns the url to the documentation for all commands of a class which is annotated with this annotation.
      Returns:
      the url to the documentation.