| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=SOURCE)
@Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE})
public @interface GrabExcludeUsed 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 | |
|---|---|
 String | 
module
The module or artifact, e.g.: "ant-junit"  | 
| Optional Element Summary | |
|---|---|
 String | 
group
The organisation or group, e.g.: "org.apache.ant"  | 
 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".  | 
| Element Detail | 
|---|
public abstract String module
public abstract String group
public abstract String value
  | 
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||