Annotation Interface Extension
A extension main class must be decorated with this annotation
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
If set to true then the extension will expose its classes to other extensions
-
Element Details
-
name
String nameA short name for the extension- Returns:
- extension name
-
version
String versionThe version of the extension- Returns:
- extension version
-
authors
String[] authorsList of authors of the extension- Returns:
- authors
-
description
String descriptionA short one line description of the extension- Returns:
- extension description
-
-
-
global
boolean globalIf set to true then the extension will expose its classes to other extensions- Returns:
- boolean
- Default:
- true
-