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

com.github.rutledgepaulv.qbuilders.properties.virtual.Property Maven / Gradle / Ivy

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

import com.github.rutledgepaulv.qbuilders.builders.QBuilder;

/**
 * A marker interface for properties that have been defined. Properties
 * represent queryable field types and expose mechanisms to define the
 * constraints against hte field for the query.
 *
 * @param  The final type of the builder.
 */
@SuppressWarnings("unused")
public interface Property> {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy