Skip to content
Tatu Saloranta edited this page May 4, 2013 · 56 revisions

Jackson Core Annotations

Licensing

Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) like all official Jackson components.

Documentation

Javadocs:

Older Javadocs:

Notes on compatibility:

  • '2.1' has minor additions over '2.0' (addition of @JsonIdentityReference), but fully backwards compatible.
  • Versions 2.1 and 2.2 are identical -- no differences (no new annotations or annotation properties)

Downloads

Note: only needed if using a build system that requires local jars; otherwise you can just use Maven repository.

Also note that typically minor versions of Jackson components need to match, although usually older version of annotations will work with newer core versions (assuming same major version).

  • 2.2.1: jar (03-May-2013) -- note: only change from 2.2.0 is location of LICENSE file in jar
  • 2.1.5: jar (02-May-2012)
  • 2.0.6: jar (05-Sep-2012)

Clone this wiki locally