All Downloads are FREE. Search and download functionalities are using the official Maven repository.

smallcheck.annotations.StaticFactories Maven / Gradle / Ivy

The newest version!
package smallcheck.annotations;

import java.lang.annotation.*;
import java.util.function.Function;

/**
 *
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface StaticFactories {

    StaticFactory[] value();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy