1 /**
2 * Annotations that directly depend on classes in databinding bundle
3 * (not just Jackson core) and cannot be included
4 * in Jackson core annotations package (because it cannot have any
5 * external dependencies).
6 */
7 package com.fasterxml.jackson.databind.annotation;
8