Package com.helixframework.conditional
package com.helixframework.conditional
-
ClassDescriptionIndicates that a component or configuration should only be activated if all specified properties in the application environment meet their respective conditions.A container annotation for aggregating multiple
ConditionalOnAllPropertiesannotations.A custom implementation of theConditioninterface that determines whether a condition is matched based on the presence and values of multiple properties defined in the application environment.Represents a condition based on a property in the application environment.