Annotation Interface QuartetPluginValue


@Documented @Retention(RUNTIME) public @interface QuartetPluginValue
One will indicate for a class, that a value of this class (default constructor) is to be inserted in the plugin whose registry name is indicate by pluginName.
Author:
ActiveViam
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends IPluginValue>
    Returns the plugin reference interface.
  • Element Details

    • intf

      Class<? extends IPluginValue> intf
      Returns the plugin reference interface.
      Returns:
      reference plugin interface