org.onetwo.common.spring.match.MatchRule Maven / Gradle / Ivy
package org.onetwo.common.spring.match;
/**
* @author weishao zeng
*
*/
public interface MatchRule {
boolean match(String text, String matchValue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy