[jOOQ/jOOQ#14309] Add missing @NotNull annotations

This commit is contained in:
Lukas Eder 2022-11-28 20:04:02 +01:00
parent 4527c79609
commit 45c65d5f05

View File

@ -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();