@Documented @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface Manifest
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
Include versions defined as maven version ranges
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
excludeVersion
Excluded versions defined as maven version ranges
|
Name[] |
names
List of Manifest Key/Value pairs to be matched against the entries of the Manifest.
|
String[] |
versionName
The Manifest Names (keys) to be used to retrieve the version.
|
public abstract String value
public abstract String[] versionName
public abstract String excludeVersion
public abstract Name[] names
Copyright © 2018. All rights reserved.