Package com.quartetfs.fwk
Annotation 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 ElementsModifier and TypeRequired ElementDescriptionClass<? extends IExtendedPluginValue>Returns the reference plugin interface.Returns the key with which to register this factory in.
-
Element Details
-
key
String keyReturns the key with which to register this factory in. -
intf
Class<? extends IExtendedPluginValue> intfReturns the reference plugin interface.
-