japicmp.model.JApiChangeStatus Maven / Gradle / Ivy
package japicmp.model;
/**
* Represents the change status.
*/
public enum JApiChangeStatus {
NEW, REMOVED, UNCHANGED, MODIFIED
}
package japicmp.model;
/**
* Represents the change status.
*/
public enum JApiChangeStatus {
NEW, REMOVED, UNCHANGED, MODIFIED
}