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

top.cutexingluo.tools.basepackage.basehandler.BaseAfterHandler Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package top.cutexingluo.tools.basepackage.basehandler;

/**
 * 后处理程序
 *
 * @author XingTian
 * @version 1.0.0
 * @date 2023/6/27 9:18
 */
@FunctionalInterface
public interface BaseAfterHandler {
    Object handleAfter() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy