![JAR search and dependency download from the Maven repository](/logo.png)
com.github.mikesafonov.specification.builder.starter.annotations.GreaterThanEqual Maven / Gradle / Ivy
package com.github.mikesafonov.specification.builder.starter.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Indicates that a field`s value must greater or equal than filter`s value
*
* @author MikeSafonov
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface GreaterThanEqual {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy