[jOOQ/jOOQ#9635] Add missing annotations

This commit is contained in:
Lukas Eder 2023-06-06 17:28:07 +02:00
parent 1cf3b338d5
commit bbaaba003e

View File

@ -12299,6 +12299,8 @@ public class DSL {
* can be used to avoid creating a <code>FROM</code> clause or a join
* operation.
*/
@NotNull
@Support
public static Table<?> noTable() {
return NoTable.INSTANCE;
}