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

cn.sylinx.hbatis.plugin.IPlugin Maven / Gradle / Ivy

There is a newer version: 2.0.0.RELEASE
Show newest version
package cn.sylinx.hbatis.plugin;

/**
 *  插件
 * 
 * @author han 2016年7月9日 下午5:11:25
 *
 */
public interface IPlugin {

	/**
	 * 插件启动
	 * 
	 * @param objects
	 * @return
	 */
	boolean start(Object... objects);

	/**
	 * 插件关闭
	 * 
	 * @return
	 */
	boolean stop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy