@Documented @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface Maven
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
Include versions defined as maven version ranges
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
artifactId
The maven artifact id to match.
|
String |
excludeVersion
Excluded versions defined as maven version ranges
|
String |
groupId
The maven group id to match.
|
public abstract String value
public abstract String excludeVersion
public abstract String artifactId
public abstract String groupId
Copyright © 2018. All rights reserved.