Package com.quartetfs.fwk
Annotation Interface QuartetExtendedPlugin
This annotation is to be used to describe a plugin.
This replaces the previous way to define a plugin by describing it as a type whose interface is IPlugin.
With this plugin we now have a complete description.
- Author:
- ActiveViam
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns the description of what the Plugin contains.Class<? extends IExtendedPluginValue>Returns the interface of the elements of the plugin (derives IExtendedPluginValue).
-
Element Details
-
description
String descriptionReturns the description of what the Plugin contains. -
intf
Class<? extends IExtendedPluginValue> intfReturns the interface of the elements of the plugin (derives IExtendedPluginValue).
-