Skip to content

Commit

Permalink
Ability to use JsonAnyGetter on fields (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik <dominik@home>
  • Loading branch information
dominikrebhan and Dominik authored Oct 14, 2020
1 parent 2166128 commit 3951b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* with this annotation; if multiple methods are annotated, an exception
* may be thrown.
*/
@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD})
@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@JacksonAnnotation
public @interface JsonAnyGetter
Expand Down

0 comments on commit 3951b23

Please sign in to comment.