com.lifeonwalden.springscheduling.cronBuilder.time.CronTime Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-scheduler Show documentation
Show all versions of spring-scheduler Show documentation
A persistence scheduler system based on Spring framework
package com.lifeonwalden.springscheduling.cronBuilder.time;
public interface CronTime {
int toCronTime();
}