![JAR search and dependency download from the Maven repository](/logo.png)
com.jchanghong.cron.pattern.parser.YearValueParser Maven / Gradle / Ivy
The newest version!
package com.jchanghong.cron.pattern.parser;
/**
* 年值处理
* @author Looly
*
*/
public class YearValueParser extends SimpleValueParser{
public YearValueParser() {
super(1970, 2099);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy