Annotation Type ShortDesc


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

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


  • Optional Element Summary

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

    • text

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