Annotation Type Name


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

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


  • Optional Element Summary

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

    • name

      String name
      Name of the plugin.
      Returns:
      . string
      Default:
      ""