FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

Add Automatic-Module-Name (`com.fasterxml.jackson.annotation`) for JDK9 interoperability #123

Closed cowtowncoder closed 7 years ago

cowtowncoder commented 7 years ago

(note: similar to https://github.com/FasterXML/jackson-core/issues/397)

As per, say: http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html there may be benefits to explicitly specifying "automatic" module name even before we can do "full" modularization which requires JDK 9 usage and adoption.