Interface ApplicationContextConfigurer

All Superinterfaces:
Ordered

public interface ApplicationContextConfigurer extends Ordered
An application context configurer is responsible for configuring an application context before the application/function is started. Application context configurers must be registered as services. Those services are automatically called whenever a new application context builder is created. An application context annotated with ContextConfigurer will automatically be registered as a service provider.
Since:
3.2