spock.lang
Annotation Type Ignore


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Ignore

Indicates that a specification or feature method should not be run.


Optional Element Summary
 String value
          The reason for ignoring this element.
 

value

public abstract String value
The reason for ignoring this element.

Returns:
the reason for ignoring this element
Default:
""