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

Improve JavaDoc `JsonEnumDefaultValue` by providing more specific DeserializationFeature. #222

Closed JooHyukKim closed 1 year ago

JooHyukKim commented 1 year ago

Motivation

Make DeserializationFeature be specified in more straight-forward. Thought while reading through the JavaDoc of @JsonEnumDefaultValue to work with it 🤔