cn.jiangzeyin.common.spring.event.ApplicationEventLoad Maven / Gradle / Ivy
package cn.jiangzeyin.common.spring.event;
/**
* Spring 容器监听
*
* @author jiangzeyin
* @date 2018/4/13.
*/
public interface ApplicationEventLoad {
/**
* 初始化完成
*/
void applicationLoad();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy