Skip to content

Commit

Permalink
Add generated annotation exclusion for revapi.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 16, 2020
1 parent 39c6721 commit c743ce1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@
<annotation>@edu.umd.cs.findbugs.annotations.CheckForNull</annotation>
<justification>Annotation should be save to change.</justification>
</item>
<item>
<code>java.annotation.added</code>
<annotation>@edu.hm.hafner.util.Generated</annotation>
<justification>Annotation should be save to change.</justification>
</item>
</revapi.ignore>
</analysisConfiguration>
</configuration>
Expand Down

0 comments on commit c743ce1

Please sign in to comment.