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

japicmp.model.JApiChangeStatus Maven / Gradle / Ivy

package japicmp.model;

/**
 * Represents the change status.
 */
public enum JApiChangeStatus {
	NEW, REMOVED, UNCHANGED, MODIFIED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy