com.lifeonwalden.springscheduling.cronBuilder.model.FieldDefinition 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.model;
public interface FieldDefinition {
String toExpression();
boolean isValid(Class> clazz);
}