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

org.openl.rules.webstudio.properties.ISystemValue Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
package org.openl.rules.webstudio.properties;

/**
 * Interface, further implementations will get appropriate value from the system.
 *
 * @author DLiauchuk
 */
public interface ISystemValue {

    Object getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy