Annotation Type Inspect
-
@Retention(SOURCE) public @interface Inspect
Marks a declaration in Groovy code so that it can be easily accessed using AstInspector.- Author:
- Peter Niederwieser (pniederw@gmail.com)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The name of the inspection mark.
-