Package net.jqwik.api

Annotation Type 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:
    Property, Data
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value