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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy