Class 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