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

Multiple Variable Declarations (Single Line) #210

Closed ememisya closed 1 year ago

ememisya commented 1 year ago

While extensively documented most people seem to agree that the effort required to implement the feature is not worth the usage statistics so a warning on the documentation has been the suggested way forward to resolve the issue.

cowtowncoder commented 1 year ago

Improved @JsonProperty javadoc slightly to indicate that use for multi-field declarations will not work, as suggested here.