mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
Java: fix "Missorted modifiers" options and messages
GitOrigin-RevId: ab41b6c1d135c9b788feeec4a273a6f483b9bfa5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
426cda83e6
commit
f40ed914fb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user