spock.lang
Annotation Type Issue


@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public @interface Issue

Indicates that a feature method or specification relates to one or more issues in an external issue tracking system.


Required Element Summary
 String[] value
          The IDs of the issues that the annotated element relates to.
 

Element Detail

value

public abstract String[] value
The IDs of the issues that the annotated element relates to.

Returns:
the IDs of the issues that the annotated element relates to