Annotation Interface QuartetExtendedPlugin


@Documented @Retention(RUNTIME) public @interface QuartetExtendedPlugin
This annotation is to be used to describe a plugin.

This replaces the previous way to define a plugin by describing it as a type whose interface is IPlugin.

With this plugin we now have a complete description.

Author:
ActiveViam
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the description of what the Plugin contains.
    Returns the interface of the elements of the plugin (derives IExtendedPluginValue).
  • Element Details

    • description

      String description
      Returns the description of what the Plugin contains.
    • intf

      Class<? extends IExtendedPluginValue> intf
      Returns the interface of the elements of the plugin (derives IExtendedPluginValue).