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

com.jchanghong.cron.pattern.parser.HourValueParser Maven / Gradle / Ivy

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

/**
 * 小时值处理
 * @author Looly
 *
 */
public class HourValueParser extends SimpleValueParser{
	
	public HourValueParser() {
		super(0, 23);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy