blob: 79f8499475e028735847824b01e1a7c9dba3d187 [file] [log] [blame]
/**
* Contains classes needed for type introspection, mostly used by data binding
* functionality. Most of this functionality is needed to properly handled
* generic types, and to simplify and unify processing of things Jackson needs
* to determine how contained types (of {@link java.util.Collection} and
* {@link java.util.Map} classes) are to be handled.
*/
package org.codehaus.jackson.type;