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> {
}