[java] Suppress non-code annotations line marker on Java toString()

Object.toString() supposed to have the standard contract, and there is no real need to add explicit annotations there. This shrinks gutter width in final classes a bit.

GitOrigin-RevId: 1c06db7412603a145b9bc888ec6bf52bfedbb420
This commit is contained in:
Yuriy Artamonov
2024-12-21 08:58:41 +00:00
committed by intellij-monorepo-bot
parent 79ca8096fe
commit e2d6af6765
2 changed files with 26 additions and 0 deletions
@@ -336,5 +336,7 @@
serviceImplementation="com.intellij.lang.OuterModelsModificationTrackerManagerImpl"/>
<optionController implementation="com.intellij.codeInspection.ex.EntryPointsManagerBase$Provider"/>
<optionController implementation="com.intellij.codeInsight.NullableNotNullManagerImpl$Provider"/>
<lang.jvm.annotations.marker.suppressor implementation="com.intellij.java.JavaNonCodeAnnotationsMarkerSuppressor"/>
</extensions>
</idea-plugin>