Annotation Type LongDesc


@Retention(RUNTIME) @Target(TYPE) public @interface LongDesc
Specifies long description about given plugin. For example, to specify long description, write:

@LongDesc(text = "Long description text ...")
@PluginImplementation
public class ServiceImpl implements Service { ... }


  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Long description of this plugin.
  • Element Details

    • text

      String text
      Long description of this plugin.
      Returns:
      . string
      Default:
      ""