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

com.jchanghong.cron.pattern.matcher.ValueMatcher Maven / Gradle / Ivy

The newest version!
package com.jchanghong.cron.pattern.matcher;

import com.jchanghong.core.lang.Matcher;

/**
 * 值匹配器
* 用于匹配日期位中对应数字是否匹配 * @author Looly * */ public interface ValueMatcher extends Matcher{ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy