Sha256: c715da7f2eea8506b7479d2fe9119f016d3791b02833a2b2cc842179179525b3
Contents?: true
Size: 842 Bytes
Versions: 164
Compression:
Stored size: 842 Bytes
Contents
/** * Public core annotations, most of which are used to configure how * Data Mapping/Binding works. Annotations in this package can only * have dependencies to non-annotation classes in Core package; * annotations that have dependencies to Mapper classes are included * in Mapper module (under <code>sh.calaba.org.codehaus.jackson.map.annotate</code>). * Also contains parameter types (mostly enums) needed by annotations. *<p> * In future (version 2.0?), this package will probably be split off * as a separate jar/module, to allow use of annotations without * including core module. This would be useful for third party value * classes that themselves do not depend on Jackson, but may want to * be annotated to be automatically and conveniently serializable by * Jackson. */ package sh.calaba.org.codehaus.jackson.annotate;
Version data entries
164 entries across 164 versions & 2 rubygems