Package org.fcrepo.config
Class ConditionOnPropertyTrue
- java.lang.Object
-
- org.fcrepo.config.ConditionOnProperty<Boolean>
-
- org.fcrepo.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
-
-
Constructor Summary
Constructors Constructor Description ConditionOnPropertyTrue(String name, boolean defaultValue)
-
-
-
Constructor Detail
-
ConditionOnPropertyTrue
public ConditionOnPropertyTrue(String name, boolean defaultValue)
-
-