
smallcheck.annotations.StaticFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-smallcheck Show documentation
Show all versions of java-smallcheck Show documentation
An implementation of SmallCheck for Java as a JUnit extension.
The newest version!
package smallcheck.annotations;
import java.lang.annotation.*;
import java.util.function.Function;
/**
*
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Repeatable(StaticFactories.class)
public @interface StaticFactory {
Class> value();
Class extends Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy