org.hotswap.agent.plugin.proxy.TransformationState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hotswap-agent-proxy-plugin Show documentation
Show all versions of hotswap-agent-proxy-plugin Show documentation
Java unlimited runtime class and resource redefinition.
package org.hotswap.agent.plugin.proxy;
/**
* Transformation states for multistate Proxy transformation
*
* @author Erki Ehtla
*
*/
public enum TransformationState {
NEW, WAITING, FINISHED
}