238340a143
(cherry picked from commit 1677984)
7 lines
197 B
Kotlin
Vendored
7 lines
197 B
Kotlin
Vendored
// FQNAME: Anno
|
|
|
|
@Repeatable
|
|
@Deprecated("")
|
|
@Retention(AnnotationRetention.RUNTIME)
|
|
@Target(AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.EXPRESSION)
|
|
annotation class Anno |