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
    The IDs of the issues that the annotated element relates to.
  • Element Details

    • value

      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