
info.xiancloud.core.init.Initable Maven / Gradle / Ivy
The newest version!
package info.xiancloud.core.init;
/**
* @author happyyangyuan
*/
public interface Initable {
/**
* 初始化
*/
void init();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy