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

com.lifeonwalden.springscheduling.cronBuilder.model.FieldDefinition Maven / Gradle / Ivy

There is a newer version: 0.2.11
Show newest version
package com.lifeonwalden.springscheduling.cronBuilder.model;

public interface FieldDefinition {
  String toExpression();

  boolean isValid(Class clazz);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy