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

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

There is a newer version: 2.7.5-RELEASE
Show newest version
package lodsve.core.condition.rule;

import org.springframework.context.annotation.ConditionContext;

/**
 * rule.
 *
 * @author sunhao(sunhao.java @ gmail.com)
 * @version 1.0 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