@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Plugin
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
id
Gets the id of the plugin.
|
java.lang.String |
version
Gets the version of the plugin.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Plugin.Dependency[] |
dependencies
Gets the dependencies of the plugin.
|
public abstract java.lang.String version
public abstract Plugin.Dependency[] dependencies