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

org.openl.rules.common.VersionInfo Maven / Gradle / Ivy

There is a newer version: 5.27.9-jakarta
Show newest version
package org.openl.rules.common;

import java.util.Date;
import java.io.Serializable;

public interface VersionInfo extends Serializable {
    Date getCreatedAt();

    String getCreatedBy();
    
    Date getModifiedAt();

    String getModifiedBy();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy