Resource Bundles: Inspections on invalid property key/resource bundle references

#KT-6946 In Progress
This commit is contained in:
Alexey Sedunov
2015-09-17 20:11:02 +03:00
parent 44fd9d17ed
commit 594e4e5c31
14 changed files with 244 additions and 0 deletions
@@ -0,0 +1,5 @@
package org.jetbrains.annotations
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.FIELD)
public annotation class PropertyKey(public val resourceBundle: String)