
.jackson.core.jackson-annotations.3.0-rc5.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-annotations Show documentation
Show all versions of jackson-annotations Show documentation
Core annotations used for value types, used by Jackson data binding package.
The newest version!
// Jackson 3.x module-info for jackson-annotations Main artifact
open module com.fasterxml.jackson.annotation
{
exports com.fasterxml.jackson.annotation;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy