Interface InitializableBeanContext

All Superinterfaces:
AnnotationMetadataResolver, ApplicationEventPublisher<Object>, AttributeHolder, AutoCloseable, BeanContext, BeanDefinitionRegistry, BeanLocator, Closeable, ConversionServiceProvider, ExecutionHandleLocator, LifeCycle<BeanContext>, MutableAttributeHolder
All Known Implementing Classes:
DefaultApplicationContext, DefaultBeanContext

@Internal @Deprecated(forRemoval=true, since="4.5.0") public interface InitializableBeanContext extends BeanContext
Deprecated, for removal: This API element is subject to removal in a future version.
A marker interface for BeanContext implementations that can be introspected, that is to say for context which can be created and need to be fully configured, but not necessarily started yet.
Since:
3.2.2
  • Method Details

    • finalizeConfiguration

      void finalizeConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Performs operations required before starting the application context, such as reading bean configurations.