- All Superinterfaces:
- org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>, java.util.EventListener, org.springframework.core.Ordered
- All Known Implementing Classes:
- AbstractXMLBeanDefinitionProvider, PluginContextExtensionsInitializer, PluginsInitializer
public interface OrderedContextInitializer
extends org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>, org.springframework.core.Ordered
Allows to make any necessary changes to the context which will be used as the parent of all
modules
. Note that said context has
not been refreshed
yet.
- Author:
- David Turanski