top.cutexingluo.tools.basepackage.base.Initializable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xingtools-core Show documentation
Show all versions of xingtools-core Show documentation
xingtools 核心,包括各种接口,实体类和工具类
package top.cutexingluo.tools.basepackage.base;
/**
* 可初始化的 接口
*
* @author XingTian
* @version 1.0.0
* @date 2024/7/16 9:54
* @since 1.1.1
*/
public interface Initializable {
/**
* 调用此方法可初始化
*/
void init();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy