Added missing Support annotations
This commit is contained in:
parent
8557234b1d
commit
70e4ff1aa8
@ -46,10 +46,12 @@ public interface BetweenAndStep<T> {
|
||||
/**
|
||||
* Create a condition to check this field against some bounds
|
||||
*/
|
||||
@Support
|
||||
Condition and(T value);
|
||||
|
||||
/**
|
||||
* Create a condition to check this field against some bounds
|
||||
*/
|
||||
@Support
|
||||
Condition and(Field<T> field);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user