Files
kotlin-fork/idea/testData/multiFileInspections/invalidBundleOrProperty/before/PropertyKey.kt
T
2015-09-25 17:18:01 +03:00

5 lines
243 B
Kotlin
Vendored

package org.jetbrains.annotations
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.FIELD)
public annotation class PropertyKey(public val resourceBundle: String)