@Target(value=TYPE) @Retention(value=CLASS) @Repeatable(value=Requires.RequiresList.class) public @interface Requires
Created by covers1624 on 13/1/21.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The Maven group and module separated by a colon.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
maxVersion
Denotes the maximum version bound.
|
java.lang.String |
minVersion
Denotes the minimum version bound.
|
public abstract java.lang.String value