pdfbox icon indicating copy to clipboard operation
pdfbox copied to clipboard

Java 9 explicit module-info

Open Auties00 opened this issue 1 year ago • 0 comments

This PR adds explicit module-infos to each sub module that previously defined an automatic module name. I exported all packages by default as encapsulation needs to be discussed as it's obviously not backwards compatible with projects using Java 9+ that define an explicit module info.

Auties00 avatar Mar 06 '24 20:03 Auties00