groovy.lang
@Retention(value=SOURCE) @Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE}) public @interface GrabResolver
@GrabResolver
(name='restlet.org', root='http://maven.restlet.org')@Grab
(group='org.restlet', module='org.restlet', version='1.1.6') class MyRestlet extends org.restlet.Restlet { // ... }
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name |
java.lang.String |
root |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
m2Compatible |