![JAR search and dependency download from the Maven repository](/logo.png)
io.github.oliviercailloux.contained.SimpleInstanciator Maven / Gradle / Ivy
The newest version!
package io.github.oliviercailloux.contained;
public interface SimpleInstanciator {
T newInstance(String clazz, Class type) throws ClassNotFoundException, InstantiationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy