FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

Add new properties in `@JsonSetter`: `nulls`/`contentNulls` #104

Closed cowtowncoder closed 8 years ago

cowtowncoder commented 8 years ago

New properties are needed by @JsonSetter, to support:

NOTE: earlier plans to add support here for:

was CANCELLED in favor of #113.