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

com.github.rutledgepaulv.qbuilders.properties.concrete.InstantProperty Maven / Gradle / Ivy

package com.github.rutledgepaulv.qbuilders.properties.concrete;

import com.github.rutledgepaulv.qbuilders.builders.QBuilder;
import com.github.rutledgepaulv.qbuilders.properties.virtual.InstantLikeProperty;

import java.time.Instant;

/**
 * A property view for fields with {@link Instant} values.
 *
 * @param  The type of the final builder.
 */
public interface InstantProperty> extends InstantLikeProperty {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy