Annotation Interface License


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface License
Annotation that provides a license statement in a commands help
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Gets/Sets text describing the license that applies
    Gets/Sets a URL for the license
  • Element Details

    • paragraphs

      String[] paragraphs
      Gets/Sets text describing the license that applies
      Returns:
      License description
      Default:
      {}
    • url

      String url
      Gets/Sets a URL for the license
      Returns:
      License URL
      Default:
      ""