All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.jackson.annotate.package-info Maven / Gradle / Ivy

Go to download

Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.

There is a newer version: 2.10.9.2
Show newest version
/**
 * 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 org.codehaus.jackson.map.annotate).
 * Also contains parameter types (mostly enums) needed by annotations.
 *

* 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 org.codehaus.jackson.annotate;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy