Class EnvironmentPostProcessorApplicationListener

java.lang.Object
org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationEvent>, SmartApplicationListener, Ordered

public class EnvironmentPostProcessorApplicationListener extends Object implements SmartApplicationListener, Ordered
SmartApplicationListener used to trigger EnvironmentPostProcessors registered in the spring.factories file.
Since:
2.4.0
Author:
Phillip Webb