Annotation Type Category


@Retention(RUNTIME) @Target(TYPE) public @interface Category
Specifies the category of plugin. For example, to specify category, write:

@Name(text = "Category name")
@PluginImplementation
public class ServiceImpl implements Service { ... }


  • Optional Element Summary

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

    • name

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