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

com.heliorm.def.InstantField Maven / Gradle / Ivy

The newest version!
package com.heliorm.def;

import com.heliorm.Field;

import java.time.Instant;

/**
 * A field representing a Instant value
 *
 * @param  Object type
 * @author gideon
 */
public interface InstantField extends Field, WithRange, WithEquals, WithIn, WithIs {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy