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

chao.java.tools.servicepool.NoOpInstantiator Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package chao.java.tools.servicepool;

import java.lang.reflect.Constructor;
import java.util.concurrent.atomic.AtomicInteger;

/**
 * @author qinchao
 * @since 2019/6/19
 */
public interface NoOpInstantiator extends IService{
     Class make(Class clazz, Constructor constructor, Object[] params, AtomicInteger noOpCount);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy