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

i.IRuntimeSetup Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
package i;


/**
 * This just exists to make it easier to call into the Helper class when mapped into the user class loader (as "H").
 * This means we just ask it for an instance, and we can use that for setup/teardown of its state, instead of carrying
 * around a lot of logic related to reflection.
 */
public interface IRuntimeSetup {
    public void attach(IInstrumentation instrumentation);
    public void detach(IInstrumentation instrumentation);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy