IJPF-CR-23473 [java-generation] IDEA-344399 generate annotation based on type_use option

-fix wording

GitOrigin-RevId: d29bb07acb1c739a3fc5d7563b89b6c52d5bfec2
This commit is contained in:
Mikhail Pyltsin
2024-06-21 18:33:04 +02:00
committed by intellij-monorepo-bot
parent a32fd0c588
commit 09c7c9e6e8

View File

@@ -1298,7 +1298,7 @@ extends.object.remove.quickfix=Remove redundant 'extends Object'
implicit.call.to.super.ignore.option=Ignore for direct subclasses of 'java.lang.Object'
implicit.call.to.super.make.explicit.quickfix=Make call to 'super()' explicit
missorted.modifiers.require.option=Check annotation order
missorted.modifiers.require.option.description=Use this option to report of misplaced annotations: \
missorted.modifiers.require.option.description=Use this option to report misplaced annotations: \
(annotations with <code>ElementType.TYPE_USE</code> <em>not</em> directly \
before the type and after the modifier keywords, or \
other annotations <em>not</em> before the modifier keywords). \