6 lines
136 B
Kotlin
Vendored
6 lines
136 B
Kotlin
Vendored
// "Add SOURCE retention" "true"
|
|
annotation class Retention
|
|
|
|
@Retention
|
|
<caret>@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class Ann |