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

com.drools.solon.XpluginImp Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package com.drools.solon;

import org.noear.solon.core.AppContext;
import org.noear.solon.core.Plugin;

import com.drools.solon.config.DroolsAutoConfiguration;

public class XpluginImp implements Plugin {
    @Override
    public void start(AppContext context) throws Throwable {
        context.beanMake(DroolsAutoConfiguration.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy