Skip to content

Commit

Permalink
#144: Reconfigure AvoidUsingObjectMapperAsALocalVariable to support @…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed May 7, 2022
1 parent ae85f76 commit 33e6b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<property name="annotations" type="List[String]" delimiter="|"
description="Full name of the method annotations in which it's allowed to use ObjectMapper as a field"
value="javax.annotation.PostConstruct"/>
value="javax.annotation.PostConstruct|org.springframework.context.annotation.Bean"/>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
Expand Down

0 comments on commit 33e6b4e

Please sign in to comment.