Package spock.lang

Annotation Type Title


@Retention(RUNTIME)
@Target(TYPE)
public @interface Title
Allows to attach a natural-language name to a spec.
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String value  
  • Element Details