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

org.openl.codegen.tools.ITablePropertyDefinitionLoader Maven / Gradle / Ivy

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

import org.openl.rules.table.properties.def.TablePropertyDefinition;

public interface ITablePropertyDefinitionLoader {
    TablePropertyDefinition[] getDefinitions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy