@Retention(value=SOURCE)
@Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE})
public @interface Grab
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
module |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
classifier |
java.lang.String |
group |
boolean |
initClass
By default, when a @Grab annotation is used, the grab() call is added
to the static initializers of the class the annotatable node appears in.
|
java.lang.String |
version |
public abstract java.lang.String module
public abstract java.lang.String group
public abstract java.lang.String version
public abstract java.lang.String classifier
public abstract boolean initClass