Annotation Interface PubServerPluginLibrary
Declares a class as Publishing Server Plug-in library.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<?>[]Array of classes that will be used for de/serializing PluginConfig objects during plugin registration and unregistration.
-
Element Details
-
-
label
String label- Returns:
- Name of the plugin library
- Default:
- ""
-
url
String url- Returns:
- Url of the plugin library
- Default:
- ""
-
description
String description- Returns:
- description of plug-in library
- Default:
- ""
-
configClasses
Class<?>[] configClassesArray of classes that will be used for de/serializing PluginConfig objects during plugin registration and unregistration.- Returns:
- array of configuration classes, uses by this plug-in library
- Default:
- {}
-