[jOOQ/jOOQ#13640] Mutators are never nullable
This commit is contained in:
parent
366561ddeb
commit
1907d783eb
@ -208,7 +208,7 @@ extends
|
||||
*/
|
||||
@Experimental
|
||||
@CheckReturnValue
|
||||
@Nullable Select<?> $with(With newWith);
|
||||
@NotNull Select<?> $with(With newWith);
|
||||
|
||||
/**
|
||||
* Experimental query object model accessor method, see also {@link QOM}.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user