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

org.openl.codegen.tools.loader.IContextPropertyDefinitionLoader Maven / Gradle / Ivy

There is a newer version: 5.19.9
Show newest version
package org.openl.codegen.tools.loader;

import org.openl.rules.context.properties.ContextPropertyDefinition;

public interface IContextPropertyDefinitionLoader {
    ContextPropertyDefinition[] getContextDefinitions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy