Package groovy.lang
Annotation Type GrabExclude
@Retention(SOURCE)
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE})
public @interface GrabExclude
Used to exclude an indirectly referenced artifact from the classpath.
Further information about customising grape behavior can be found on the Grape documentation page:
http://groovy.codehaus.org/Grape.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
module
String moduleThe module or artifact, e.g.: "ant-junit"
-
-