7 lines
186 B
Plaintext
Vendored
7 lines
186 B
Plaintext
Vendored
// "Add SOURCE retention" "true"
|
|
annotation class Retention
|
|
|
|
@kotlin.annotation.Retention(AnnotationRetention.SOURCE)
|
|
@Retention
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class Ann |