org.openl.rules.common.ProjectVersion Maven / Gradle / Ivy
The newest version!
package org.openl.rules.common;
import java.io.Serializable;
public interface ProjectVersion extends Serializable, CommonVersion {
String getVersionComment();
boolean isDeleted();
VersionInfo getVersionInfo();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy