mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[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:
committed by
intellij-monorepo-bot
parent
79ca8096fe
commit
e2d6af6765
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user