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

cn.jiangzeyin.common.spring.event.ApplicationEventLoad Maven / Gradle / Ivy

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