Annotation Type JsonCreator


  • @Target({METHOD,CONSTRUCTOR})
    @Retention(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.