6b9e2b0bbb
#KT-6946 Fixed
5 lines
243 B
Kotlin
Vendored
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) |