We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d3ced commit 0abef48Copy full SHA for 0abef48
src/main/java/com/fasterxml/jackson/databind/DeserializationFeature.java
@@ -205,7 +205,7 @@ public enum DeserializationFeature implements ConfigFeature
205
* Feature is disabled by default, so that no exception is thrown for missing creator
206
* property values, unless they are explicitly marked as `required`.
207
*
208
- * @since 2.5
+ * @since 2.6
209
*/
210
FAIL_ON_MISSING_CREATOR_PROPERTIES(false),
211
0 commit comments