[jOOQ/jOOQ#4946] Hide implementation for now

This commit is contained in:
Lukas Eder 2022-06-16 08:42:20 +02:00
parent 29890da22c
commit 86b2ec3abc

View File

@ -9349,7 +9349,7 @@ public class JavaGenerator extends AbstractGenerator {
// XML types
if (xmlType != null) {
type = getStrategy().getJavaClassName(xmlType);
type = out.ref(getStrategy().getFullJavaClassName(xmlType));
}
// Custom types