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 use of `@JsonPropertyOrder` for properties, not just classes #31

Closed cowtowncoder closed 10 years ago

cowtowncoder commented 10 years ago

There is a new use case (see https://github.com/FasterXML/jackson-databind/issues/335) that requires use of @JsonPropertyOrder for properties. So let's allow this for 2.4.

cowtowncoder commented 10 years ago

Implemented.