Package net.jqwik.api
Annotationsschnittstelle 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
.- Siehe auch:
-
Erforderliche Elemente - Übersicht
-
Elementdetails
-
value
String value
-