Package spock.lang
Annotation Type Issue
-
@Retention(SOURCE) @Target({TYPE,METHOD}) public @interface Issue
Indicates that a feature method or specification relates to one or more issues in an external issue tracking system.- Author:
- Peter Niederwieser
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
The IDs of the issues that the annotated element relates to.
-