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

org.hotswap.agent.plugin.proxy.TransformationState Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package org.hotswap.agent.plugin.proxy;

/**
 * Transformation states for multistate Proxy transformation
 * 
 * @author Erki Ehtla
 * 
 */
public enum TransformationState {
	NEW, WAITING, FINISHED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy