com.fasterxml.jackson.annotation
Annotation Type JacksonAnnotation


@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.



Copyright © 2012 fasterxml.com. All Rights Reserved.