[jOOQ/jOOQ#11243] Added missing @NotNull annotation

This commit is contained in:
Lukas Eder 2021-01-19 13:22:29 +01:00
parent 0acb21359d
commit 41590b2b53

View File

@ -243,6 +243,7 @@ public interface Context<C extends Context<C>> extends Scope {
/**
* Skip an update count produced by this query.
*/
@NotNull
C skipUpdateCount();
/**