Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
deprecatedJavaAnnotation
/
withClassRetention.kt
blob: b98d987d14712c100f7b29872feafbe9a5bc8c39 [
file
]
// "Replace annotation with kotlin.annotation.Retention" "true"
import
java
.
lang
.
annotation
.
RetentionPolicy
import
java
.
lang
.
annotation
.
Retention
@Retention
<caret>
(
RetentionPolicy
.
CLASS
)
annotation
class
Foo