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

- fix non-standard-root-packages
- introduce project descriptors

GitOrigin-RevId: 41db7240e29fbfed81957df2d68e2de29c573ef2
This commit is contained in:
Mikhail Pyltsin
2024-06-12 15:41:34 +02:00
committed by intellij-monorepo-bot
parent 2023228d8c
commit 9bf2727703
7 changed files with 32 additions and 32 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, containing TYPE_USE as target, will be placed right before a type. Otherwise, it will be tried to place 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