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

io.github.mmm.value.CriteriaObject Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
package io.github.mmm.value;

/**
 * Interface for a generic criteria expression. Can be different things such as e.g. a {@link PropertyPath property}, a
 * criteria expression or a literal value.
 *
 * @param  type of the value to select.
 * @since 1.0.0
 */
public interface CriteriaObject {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy