4 lines
144 B
Plaintext
Vendored
4 lines
144 B
Plaintext
Vendored
// "Change existent retention to SOURCE" "true"
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class Ann |