3 lines
127 B
Kotlin
Vendored
3 lines
127 B
Kotlin
Vendored
@Retention(AnnotationRetention.SOURCE)
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class RetentionSourceAndTargetExpression |