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
    The name of the inspection mark.
  • Element Details

    • value

      String value
      The name of the inspection mark.