org.onetwo.common.spring.match.MatchUtils Maven / Gradle / Ivy
package org.onetwo.common.spring.match;
import org.springframework.util.AntPathMatcher;
/**
* @author weishao zeng
*
*/
abstract public class MatchUtils {
public static final AntPathMatcher ANT_MATCHER = new AntPathMatcher();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy