Package org.fcrepo.config
Class ConditionOnPropertyFalse
- java.lang.Object
-
- org.fcrepo.config.ConditionOnProperty<Boolean>
-
- org.fcrepo.config.ConditionOnPropertyFalse
-
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
,org.springframework.context.annotation.ConfigurationCondition
public abstract class ConditionOnPropertyFalse extends ConditionOnProperty<Boolean>
This condition enables a bean/configuration when the specified property is false Implementations must provide a no-arg constructor.- Author:
- pwinckles
-
-
Constructor Summary
Constructors Constructor Description ConditionOnPropertyFalse(String name, boolean defaultValue)
-
-
-
Constructor Detail
-
ConditionOnPropertyFalse
public ConditionOnPropertyFalse(String name, boolean defaultValue)
-
-