Package net.jqwik.api
Annotation Type FromData
-
@Target({ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) @Documented @API(status=MAINTAINED, since="1.0") public @interface FromDataUsed to annotate property methods. Only works on methods annotated with@Propertyvalueis used as reference name to a method annotated with@Data.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-