Interface ConfigurableApplicationContext

All Superinterfaces:
AnnotationMetadataResolver, ApplicationContext, ApplicationEventPublisher<Object>, AttributeHolder, AutoCloseable, BeanContext, BeanDefinitionRegistry, BeanLocator, Closeable, ConfigurableBeanContext, ConversionServiceProvider, ExecutionHandleLocator, LifeCycle<BeanContext>, MutableAttributeHolder, PropertyPlaceholderResolver, PropertyResolver, ValueResolver<String>
All Known Implementing Classes:
DefaultApplicationContext

public interface ConfigurableApplicationContext extends ApplicationContext, ConfigurableBeanContext
Extended version of the ApplicationContext that allows loading the context configuration without starting the context.
Since:
4.5.0
See Also: