Files
kotlin-fork/idea/resources/inspectionDescriptions/KotlinInvalidBundleOrPropertyInspection.html
T
2015-09-25 17:18:01 +03:00

6 lines
305 B
HTML

<html>
<body>
This inspection verifies that arguments passed to functions with parameters annotated as @PropertyKey are valid property keys in the respective properties files. It also verifies that the resourceBundle argument of the @PropertyKey annotation is an existing resource bundle.
</body>
</html>