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 documentation for @JsonAlias used in enums (#193) #217

Closed mukham12 closed 1 year ago

mukham12 commented 1 year ago

I worked on the @JsonAlias documentation for enums that was requested on issue #193, created by @mjustin. I tried my best to make it informative and concise, but if you feel like there is any incorrect or missing information, or if you have any suggestions for improvement, please let me know! Thanks for your consideration.

cowtowncoder commented 1 year ago

Thank you @mukham12 -- looks good! Will merge.