org.drools.compiler.rule.builder.dialect.java.JavaDialectConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automatiko-decision-dmn-adapter Show documentation
Show all versions of automatiko-decision-dmn-adapter Show documentation
DMN Decision (Adapter) for Automatiko Engine
package org.drools.compiler.rule.builder.dialect.java;
public class JavaDialectConfiguration {
public enum CompilerType {
ECLIPSE, JANINO, NATIVE
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy