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

org.noear.solon.extend.luffy.impl.XPluginImp Maven / Gradle / Ivy

There is a newer version: 2.6.2
Show newest version
package org.noear.solon.extend.luffy.impl;

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

/**
 * @author noear
 * @since 1.3
 */
public class XPluginImp implements Plugin {
    @Override
    public void start(SolonApp app) {
        JtRun.init();

        JtRun.xfunInit();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy