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

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