Package org.fcrepo.camel.common.config
Class ConditionOnPropertyFalse
java.lang.Object
org.fcrepo.camel.common.config.ConditionOnProperty<Boolean>
org.fcrepo.camel.common.config.ConditionOnPropertyFalse
- All Implemented Interfaces:
org.springframework.context.annotation.Condition,org.springframework.context.annotation.ConfigurationCondition
This condition enables a bean/configuration when the specified property is false
Implementations must provide a no-arg constructor.
- Author:
- pwinckles
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.fcrepo.camel.common.config.ConditionOnProperty
getConfigurationPhase, matches
-
Constructor Details
-
ConditionOnPropertyFalse
-