io.github.mmm.value.CriteriaObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-value Show documentation
Show all versions of mmm-value Show documentation
Java module providing generic value access.
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 {
}