IJ-MR-136429 [java-generation] IDEA-344399 generate annotation based on type_use option

- fix message
- fix comparator

GitOrigin-RevId: 842fbf9e29150159ae92a47eddb84eb9a8d7288a
This commit is contained in:
Mikhail Pyltsin
2024-06-14 15:22:48 +02:00
committed by intellij-monorepo-bot
parent 9bf2727703
commit e42c3ee1e4
2 changed files with 10 additions and 12 deletions

View File

@@ -1345,7 +1345,7 @@ 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.description=Annotations with TYPE_USE as their target will be placed directly before a type. Otherwise, they will be placed before all modifiers.
wrapping.annotation.enums=Enum field annotations
wrapping.annotation.parameters=Annotation parameters
wrapping.record.components=Record components