Package spock.lang

Annotation Type See


@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(Container.class)
public @interface See
One or more references to external information related to a specification or feature.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static interface  See.Container  
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String[] value
    References to external information related to a specification or feature.
  • Element Details

    • value

      String[] value
      References to external information related to a specification or feature.
      Returns:
      references to external information related to a specification or feature