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

io.github.jdcmp.codegen.Instantiator Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package io.github.jdcmp.codegen;


import io.github.jdcmp.api.documentation.ThreadSafe;

@ThreadSafe
interface Instantiator {

	boolean requiresConstructor();

	boolean supportsVmAnonOrHiddenClasses();

	 T newInstance(Class clazz);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy