@Documented
@Retention(value=RUNTIME)
@Target(value={})
public static @interface Plugin.Dependency
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
id
Gets the id of the dependency.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
version
Gets the version range of the dependency.
|
public abstract java.lang.String id
public abstract java.lang.String version
The version should be specified as a maven version range.
If an empty string is provided (this is the default behaviour), then any version of the dependency will be accepted.