IDEA-379518 [java] add "Shorten @NotNull annotations to !-suffix" checkbox to java annotation inlays settings

GitOrigin-RevId: 4c1e41d71f5587d8631336ade7eb14a898d786ff
This commit is contained in:
Bas Leijdekkers
2025-12-09 20:51:45 +00:00
committed by intellij-monorepo-bot
parent 84d2895c10
commit 2dee31ad54
10 changed files with 138 additions and 48 deletions
@@ -1215,12 +1215,14 @@ section.title.inspection.suspicious.names.ignore.methods=Ignore methods:
set.language.level=Set language level
set.language.level.to.0=Set language level to {0}
settings.completion.ml.java.display.name=Java
settings.inlay.java.annotations=Annotations
settings.inlay.java.annotations=Java
settings.inlay.java.annotations.description=Show automatically generated annotations and annotations stored externally from your Java code.
settings.inlay.java.builder.like.methods=Builder-like methods
settings.inlay.java.complex.expressions.binary.functional.array.access.and.other=Complex expressions as arguments
settings.inlay.java.enum.constants=Enum constants
settings.inlay.java.external.annotations=External annotations
settings.inlay.java.inferred.annotations=Inferred annotations
settings.inlay.java.shortened.notnull.annotation=Shorten @NotNull annotations to !-suffix
settings.inlay.java.inheritors=Inheritors
settings.inlay.java.implicit.types.local=Implicit types
settings.inlay.java.implicit.types.local.description=Local variables declared with the var keyword when the inferred type may not be clear from the right part of the assignment, for example, when using a factory method.