[jOOQ/jOOQ#7585] Export the package

This commit is contained in:
Lukas Eder 2024-06-16 12:10:44 +02:00
parent 8fcc42890a
commit 608f88a00e

View File

@ -12,4 +12,6 @@ module org.jooq.beans.extensions {
// The DefaultRecordMapper makes use of JavaBeans utilities, including:
// - Support for ConstructorProperties
requires transitive java.desktop;
exports org.jooq.beans.extensions;
}