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

org.smart4j.framework.plugin.Plugin Maven / Gradle / Ivy

package org.smart4j.framework.plugin;

/**
 * 插件接口
 *
 * @author huangyong
 * @since 2.0
 */
public interface Plugin {

    /**
     * 初始化插件
     */
    void init();

    /**
     * 销毁插件
     */
    void destroy();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy