jOOQ / jOOU

jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.
http://www.jooq.org/products
Apache License 2.0
228 stars 32 forks source link

Missing exports section in module-info.java #16

Closed lukaseder closed 6 years ago

lukaseder commented 6 years ago

The current modularisation does not export any packages, making the module useless.


See also: https://github.com/jOOQ/jOOL/issues/335