[jOOQ/jOOQ#14309] Add missing @NotNull annotations
This commit is contained in:
parent
4527c79609
commit
45c65d5f05
@ -601,6 +601,7 @@ extends
|
||||
* Convenience method for {@link #sortDefault()} and then
|
||||
* {@link SortField#nullsFirst()}.
|
||||
*/
|
||||
@NotNull
|
||||
@Support
|
||||
SortField<T> nullsFirst();
|
||||
|
||||
@ -608,6 +609,7 @@ extends
|
||||
* Convenience method for {@link #sortDefault()} and then
|
||||
* {@link SortField#nullsLast()}.
|
||||
*/
|
||||
@NotNull
|
||||
@Support
|
||||
SortField<T> nullsLast();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user