org.openl.codegen.tools.loader.IContextPropertyDefinitionLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.rules.gen Show documentation
Show all versions of org.openl.rules.gen Show documentation
OpenL Code generation project
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