Files
kotlin-fork/plugins/annotation-processing/testData/kotlinWrappers/metaAnnotations.kt
T
Yan Zhulanow 927280f7ce Kapt: add some JeElement tests
(cherry picked from commit 948a4b6)
2016-08-29 16:31:16 +03:00

7 lines
185 B
Kotlin
Vendored

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