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

cn.org.atool.fluent.mybatis.functions.IExecutor Maven / Gradle / Ivy

There is a newer version: 1.9.9
Show newest version
package cn.org.atool.fluent.mybatis.functions;

/**
 * IExecutor: 外部执行器
 *
 * @author wudarui
 */
@FunctionalInterface
public interface IExecutor {
    void execute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy