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