Files
kotlin-fork/plugins/annotation-processing/testData/wrappers/kotlinWrappers/metaAnnotations.kt
T
Yan Zhulanow 238340a143 Kapt: Simplify wrapper tests
(cherry picked from commit 1677984)
2016-10-07 16:28:25 +03:00

7 lines
197 B
Kotlin
Vendored

// FQNAME: Anno
@Repeatable
@Deprecated("")
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.EXPRESSION)
annotation class Anno