1 /**
2 Package that contains most of configuration-related classes;
3 exception being couple of most-commonly used configuration
4 things (like Feature enumerations) that are at the
5 main level (<code>com.fasterxml.jackson.databind</code>).
6 */
7
8 package com.fasterxml.jackson.databind.cfg;
9