[java] annotation.target.* messages moved to JavaPsiBundle.properties

GitOrigin-RevId: ae0914063db552bdbd24b10348ad6e92e9e83636
This commit is contained in:
Tagir Valeev
2025-01-03 19:17:43 +00:00
committed by intellij-monorepo-bot
parent d57fac1920
commit d49d42c5d5
4 changed files with 30 additions and 30 deletions
@@ -291,4 +291,29 @@ error.incompatible.type.incompatible.equality.constraint=Incompatible equality c
list.item.no.module=<no module>
# {0} = localized element kind ('class', 'field', 'method', etc.); {1} = element name
element.kind.and.name={0} {1}
command.name.insert.block.statement=Insert Block Statement
command.name.insert.block.statement=Insert Block Statement
# suppress inspection "UnusedProperty"
annotation.target.ANNOTATION_TYPE=annotation type
# suppress inspection "UnusedProperty"
annotation.target.CONSTRUCTOR=constructor
# suppress inspection "UnusedProperty"
annotation.target.FIELD=field
# suppress inspection "UnusedProperty"
annotation.target.LOCAL_VARIABLE=local variable
# suppress inspection "UnusedProperty"
annotation.target.METHOD=method
# suppress inspection "UnusedProperty"
annotation.target.MODULE=module
# suppress inspection "UnusedProperty"
annotation.target.PACKAGE=package
# suppress inspection "UnusedProperty"
annotation.target.PARAMETER=parameter
# suppress inspection "UnusedProperty"
annotation.target.RECORD_COMPONENT=record component
# suppress inspection "UnusedProperty"
annotation.target.TYPE=type
# suppress inspection "UnusedProperty"
annotation.target.TYPE_PARAMETER=type parameter
# suppress inspection "UnusedProperty"
annotation.target.TYPE_USE=type use