[jOOQ/jOOQ#9635] Add missing annotations
This commit is contained in:
parent
1cf3b338d5
commit
bbaaba003e
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user