net.jqwik.api.facades.package-info Maven / Gradle / Ivy
/**
* This package contains interfaces that are implemented by engine-module
* and also used in other modules, e.g. testing.
* They are not supposed to be used from outside jqwik
*/
//@API(status = API.Status.INTERNAL) // Currently not allowed by api-guardian
@NullMarked
package net.jqwik.api.facades;
import org.jspecify.annotations.*;