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 public interface InitializableBeanContext extends BeanContext
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()
      Performs operations required before starting the application context, such as reading bean configurations.