Package com.quartetfs.fwk
Annotation Type 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>intfReturns the plugin reference interface.
-
-
-
Element Detail
-
intf
Class<? extends IPluginValue> intf
Returns the plugin reference interface.- Returns:
- reference plugin interface
-
-