public @interface Grapes
@Grapes([@Grab(module='m1'), @Grab(module='m2')])
class AnnotatedClass { ... }
| Modifier and Type | Required Element and Description |
|---|---|
Grab[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
initClass
This will be pushed into the child grab annotations if the value is not
set in the child annotation already.
|
public abstract Grab[] value
public abstract boolean initClass