Package com.quartetfs.fwk
Annotation Type QuartetExtendedPlugin
-
@Documented @Retention(RUNTIME) public @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 Elements Modifier and Type Required Element Description StringdescriptionReturns the description of what the Plugin contains.Class<? extends IExtendedPluginValue>intfReturns the interface of the elements of the plugin (derives IExtendedPluginValue).
-
-
-
Element Detail
-
description
String description
Returns the description of what the Plugin contains.
-
-
-
intf
Class<? extends IExtendedPluginValue> intf
Returns the interface of the elements of the plugin (derives IExtendedPluginValue).
-
-