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

cn.hutool.cron.pattern.parser.MinuteValueParser Maven / Gradle / Ivy

There is a newer version: 5.8.27
Show newest version
package cn.hutool.cron.pattern.parser;

/**
 * 分钟值处理
 * @author Looly
 *
 */
public class MinuteValueParser extends SimpleValueParser{
	
	public MinuteValueParser() {
		super(0, 59);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy