Package net.jqwik.api.footnotes
Annotation Interface EnableFootnotes
@Target({ANNOTATION_TYPE,METHOD,TYPE})
@Retention(RUNTIME)
@API(status=MAINTAINED,
since="1.5.5")
public @interface EnableFootnotes
Use this annotation to enable footnote support.
Can be applied to container classes and property methods.
- See Also: