• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /**
2  * Public core annotations, most of which are used to configure how
3  * Data Mapping/Binding works. Annotations in this package can only
4  * have dependencies to non-annotation classes in Core package;
5  * annotations that have dependencies to Mapper classes are included
6  * in Mapper module (under <code>org.codehaus.jackson.map.annotate</code>).
7  * Also contains parameter types (mostly enums) needed by annotations.
8  *<p>
9  * Note that prior versions (1.x) contained these annotations within
10  * 'core' jar, as part of Streaming API.
11  */
12 package com.fasterxml.jackson.annotation;
13