Package net.jqwik.api

Annotation Interface FromData


@Target({ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) @Documented @API(status=MAINTAINED, since="1.0") public @interface FromData
Used to annotate property methods. Only works on methods annotated with @Property value is used as reference name to a method annotated with @Data.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details