com.fasterxml.jackson.annotation
Annotation Type JsonCreator


@Target(value={ANNOTATION_TYPE,METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
public @interface JsonCreator

Marker annotation that can be used to define constructors and factory methods as one to use for instantiating new instances of the associated class.



Copyright © 2012 fasterxml.com. All Rights Reserved.