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.
SuppressMutation
1 parent dce2dc6 commit ef80869Copy full SHA for ef80869
1 file changed
pom.xml
@@ -320,6 +320,20 @@
320
<classQualifiedName>.*</classQualifiedName>
321
<justification>Use ArrayList rather than List</justification>
322
</item>
323
+ <item>
324
+ <ignore>true</ignore>
325
+ <regex>true</regex>
326
+ <code>java.annotation.*</code>
327
+ <annotation>@edu.hm.hafner.util.SuppressMutation.*</annotation>
328
+ <justification>PitMute Annotations are not relevant in API</justification>
329
+ </item>
330
331
332
333
334
+ <classQualifiedName>edu.hm.hafner.util.SuppressMutation.*</classQualifiedName>
335
336
337
</differences>
338
</revapi.differences>
339
<revapi.filter>
0 commit comments