Annotation Type Inspect
-
@Retention(SOURCE) public @interface InspectMarks 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.StringvalueThe name of the inspection mark.
-