Class OnEnabledDevToolsCondition

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

@Deprecated(since="3.5.0", forRemoval=true) public class OnEnabledDevToolsCondition extends SpringBootCondition
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.5.0 for removal in 3.7.0 in favor of @ConditionalOnEnabledDevTools
A condition that checks if DevTools should be enabled.
Since:
2.2.0
Author:
Madhura Bhave
  • Constructor Details

    • OnEnabledDevToolsCondition

      public OnEnabledDevToolsCondition()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details