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