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

com.plugin.development.realize.PluginApplicationContext Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.plugin.development.realize;

import org.springframework.context.ApplicationContext;

/**
 * 插件的 ApplicationContext
 * @author zhangzhuo
 * @version 1.0
 */
public interface PluginApplicationContext {

    /**
     * 得到 applicationContext
     * @return Spring上下文
     */
    ApplicationContext getApplicationContext();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy