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

artoria.context.support.SpringContext Maven / Gradle / Ivy

The newest version!
package artoria.context.support;

import org.springframework.context.ApplicationContext;
import org.springframework.core.env.Environment;

/**
 * The context object with a spring context.
 * @author Kahle
 */
public interface SpringContext {

    /**
     * Get spring context.
     * @return The spring context
     */
    ApplicationContext getSpringContext();

    /**
     * Get spring environment.
     * @return The spring environment
     */
    Environment getEnvironment();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy