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

net.amygdalum.testrecorder.util.RedefiningClassLoader Maven / Gradle / Ivy

The newest version!
package net.amygdalum.testrecorder.util;

public interface RedefiningClassLoader {

	Class define(String name, byte[] bytes);

	boolean isRedefined(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy