Java: fix "Missorted modifiers" options and messages

GitOrigin-RevId: ab41b6c1d135c9b788feeec4a273a6f483b9bfa5
This commit is contained in:
Bas Leijdekkers
2024-08-10 14:49:45 +02:00
committed by intellij-monorepo-bot
parent 426cda83e6
commit f40ed914fb
4 changed files with 20 additions and 17 deletions

View File

@@ -1346,8 +1346,8 @@ unwrap.switch.statement=Unwrap 'switch' statement
usage.target.exception=Exception
usage.target.package.in.directory={0} (in {1})
use.external.annotations=Use &external annotations
generate.type.use.before.type=Generate annotations allowed for TYPE_USE directly &before a type
generate.type.use.before.type.description=Annotations with TYPE_USE as their target will be placed directly before a type. Otherwise, they will be placed before all modifiers.
generate.type.use.before.type=Put generated annotations with target TYPE_USE between the modifiers and the type
generate.type.use.before.type.description=<html>Annotations with target TYPE_USE will be placed after any modifiers and directly<br>before the type. When disabled, they will be placed before any modifiers.</html>
wrapping.annotation.enums=Enum field annotations
wrapping.annotation.parameters=Annotation parameters
wrapping.record.components=Record components