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