Annotation Type License


@Retention(RUNTIME) @Target(TYPE) public @interface License
Specifies the license. For example, to specify license, write:

@License(text = "Pro")
@PluginImplementation
public class ServiceImpl implements Service { ... }


  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    License details of the plugin.
  • Element Details

    • text

      String text
      License details of the plugin.
      Returns:
      . string
      Default:
      ""