leangen / geantyref

Advanced generic type reflection library with support for working with AnnotatedTypes (for Java 8+)
Apache License 2.0
99 stars 15 forks source link

Add `module-info.java` #28

Closed sgammon closed 1 week ago

sgammon commented 5 months ago

It would be cool to be able to use Geantyref from Modular Java, i.e. with tools like jlink. But right now, it is not possible, because Geantyref ships an Automatic-Module-Name, instead of a module-info.java.