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 2166128 commit 3951b23Copy full SHA for 3951b23
src/main/java/com/fasterxml/jackson/annotation/JsonAnyGetter.java
@@ -19,7 +19,7 @@
19
* with this annotation; if multiple methods are annotated, an exception
20
* may be thrown.
21
*/
22
-@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD})
+@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD})
23
@Retention(RetentionPolicy.RUNTIME)
24
@JacksonAnnotation
25
public @interface JsonAnyGetter
0 commit comments