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 bd90929 commit d5c8eccCopy full SHA for d5c8ecc
src/main/java/com/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector.java
@@ -323,7 +323,7 @@ public Enum<?> findDefaultEnumValue(Class<Enum<?>> enumCls) {
323
*
324
* @param annotatedClass The Enum class to scan for the default value annotation.
325
* @return null if none found or it's not possible to determine one.
326
- * @since 2.17
+ * @since 2.16
327
*/
328
@Override // since 2.16
329
public Enum<?> findDefaultEnumValue(AnnotatedClass annotatedClass, Enum<?>[] enumValues) {
0 commit comments