Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/annotation/retention.kt
T
2019-05-30 19:04:31 +03:00

8 lines
143 B
Kotlin
Vendored

package test
@Retention(AnnotationRetention.RUNTIME)
annotation class Runtime
@Retention(AnnotationRetention.SOURCE)
annotation class Source