Package com.helixframework.conditional


package com.helixframework.conditional
  • Class
    Description
    Indicates 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 ConditionalOnAllProperties annotations.
    A custom implementation of the Condition interface 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.