[jOOQ/jOOQ#2682] [jOOQ/jOOQ#15644] Make Policy<R> generic.

For now, I'm settling for declaring inherited paths from child to parent, not from parent to child. This means we can make Policy<R> generic, and require paths to be Path<R> as well for added type safety.
This commit is contained in:
Lukas Eder 2023-09-28 11:21:14 +02:00
parent 4372d36d00
commit 61ef356d93
3 changed files with 30 additions and 0 deletions

View File

@ -63,6 +63,13 @@ import java.util.List;

View File

@ -69,5 +69,6 @@ package org.jooq.impl;

View File

@ -93,6 +93,28 @@ package org.jooq.impl;