@Retention(SOURCE)
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE})
public @interface GrabExclude
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
module |
The module or artifact, e.g.: "ant-junit"
|
Modifier and Type | Optional Element | Description |
---|---|---|
java.lang.String |
group |
The organisation or group, e.g.: "org.apache.ant"
|
java.lang.String |
value |
Allows a more compact convenience format in one of two formats,
e.g.: "org.apache.ant:ant-junit" or "org.apache.ant#ant-junit".
|