org.spockframework.util.inspector
Annotation Type Inspect


@Retention(value=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
 java.lang.String value
          The name of the inspection mark.
 

Element Detail

value

public abstract java.lang.String value
The name of the inspection mark.



Copyright © 2013. All rights reserved