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

Allow `@JsonFilter` for properties #20

Closed cowtowncoder closed 11 years ago

cowtowncoder commented 11 years ago

To support per-property JSON Filter id overrides, we need to allow use of @JsonFilter for methods, fields, constructor parameters.