All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lodsve.core.condition.rule.Rule Maven / Gradle / Ivy

package lodsve.core.condition.rule;

import org.springframework.context.annotation.ConditionContext;

/**
 * rule.
 *
 * @author sunhao([email protected])
 * @date 2017/12/6 14:10
 * @see lodsve.core.condition.ConditionalOnRules
 */
public interface Rule {
    /**
     * match
     *
     * @param context Condition Context
     * @return true/false
     */
    boolean match(ConditionContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy