![JAR search and dependency download from the Maven repository](/logo.png)
io.gsonfire.util.reflection.Factory Maven / Gradle / Ivy
package io.gsonfire.util.reflection;
/**
* Created by julio on 10/1/16.
*/
public interface Factory {
T get(Class clazz);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy