@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface JacksonAnnotation
Meta-annotation (annotations used on other annotations)
 used for marking all annotations that are
 part of Jackson package. Can be used for recognizing all
 Jackson annotations generically, and in future also for
 passing other generic annotation configuration.