Annotation Type 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
      java.lang.String[] paragraphs
      Gets/Sets text describing the license that applies
      java.lang.String url
      Gets/Sets a URL for the license
    • Element Detail

      • paragraphs

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

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