Class TrueCondition

    • Constructor Detail

      • TrueCondition

        public TrueCondition()
    • Method Detail

      • matches

        public boolean matches​(ConditionContext context)
        Verifies if the condition matches.
        Specified by:
        matches in interface Condition
        Parameters:
        context - the ConditionContext.
        Returns:
        true if the component matches this condition, false otherwise.