groovy.lang
[Java] Annotation Type GrabExclude
java.lang.Object
groovy.lang.GrabExclude
@Retention(RetentionPolicy.SOURCE)
@Target({
ElementType.CONSTRUCTOR,
ElementType.FIELD,
ElementType.LOCAL_VARIABLE,
ElementType.METHOD,
ElementType.PARAMETER,
ElementType.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.
Copyright © 2003-2011 The Codehaus. All rights reserved.