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