Package com.quartetfs.fwk
Annotation 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 ElementsModifier and TypeRequired ElementDescriptionClass<? extends IPluginValue>Returns the plugin reference interface.
-
Element Details
-
intf
Class<? extends IPluginValue> intfReturns the plugin reference interface.- Returns:
- reference plugin interface
-