8 lines
143 B
Kotlin
Vendored
8 lines
143 B
Kotlin
Vendored
package test
|
|
|
|
@Retention(AnnotationRetention.RUNTIME)
|
|
annotation class Runtime
|
|
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
annotation class Source
|