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

top.cutexingluo.tools.basepackage.base.Initializable Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
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