Package com.quartetfs.fwk
Annotation Type QuartetExtendedPluginValue
-
@Documented @Retention(RUNTIME) public @interface QuartetExtendedPluginValue
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 IExtendedPluginValue>intfReturns the reference plugin interface.StringkeyReturns the key with which to register this factory in.
-
-
-
Element Detail
-
key
String key
Returns the key with which to register this factory in.
-
-
-
intf
Class<? extends IExtendedPluginValue> intf
Returns the reference plugin interface.
-
-