13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
|
|
/**
|
|
* The jOOQ checker module
|
|
*/
|
|
/*
|
|
// Modularisation not possible, yet: https://github.com/typetools/checker-framework/issues/2024
|
|
module org.jooq.checker {
|
|
requires org.jooq;
|
|
|
|
requires checker;
|
|
}
|
|
*/
|