Class ConditionOnPropertyTrue

java.lang.Object
org.fcrepo.camel.common.config.ConditionOnProperty<Boolean>
org.fcrepo.camel.common.config.ConditionOnPropertyTrue
All Implemented Interfaces:
org.springframework.context.annotation.Condition, org.springframework.context.annotation.ConfigurationCondition

public abstract class ConditionOnPropertyTrue extends ConditionOnProperty<Boolean>
This condition enables a bean/configuration when the specified property is true Implementations must provide a no-arg constructor.
Author:
pwinckles