Class Restrictions.After<T extends Comparable<? super T>>

java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyGreaterThan<T>
io.micronaut.data.processor.visitors.finders.Restrictions.After<T>
Type Parameters:
T - The property type
All Implemented Interfaces:
Restrictions.PropertyRestriction<T>
Enclosing class:
Restrictions

public static class Restrictions.After<T extends Comparable<? super T>> extends Restrictions.PropertyGreaterThan<T>