Class OnEnabledDevToolsCondition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.devtools.autoconfigure.OnEnabledDevToolsCondition
All Implemented Interfaces:
Condition

public class OnEnabledDevToolsCondition extends SpringBootCondition
A condition that checks if DevTools should be enabled.
Since:
2.2.0
Author:
Madhura Bhave