Package spock.lang

Annotation Type Issue


  • @Retention(RUNTIME)
    @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.
    • 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.
    • Element Detail

      • value

        java.lang.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