Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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