- All Superinterfaces:
- org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>, java.util.EventListener, org.springframework.core.Ordered
- All Known Implementing Classes:
- AbstractComponentScanningBeanDefinitionProvider, AbstractResourceBeanDefinitionProvider, PluginContextComponentScanningExtensionsInitializer, PluginContextResourceExtensionsInitializer, PluginsInitializer, PropertiesDecryptor
public interface OrderedContextInitializer
extends org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>, org.springframework.core.Ordered
Allows any necessary changes to the Target Context. Note that target context has not been
refreshed
yet.
- Author:
- David Turanski