Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
deprecatedJavaAnnotation
/
withRuntimeRetention.kt.after
blob: 8af3e2fc6c5cafe030de05bec6a9004981b7b7c9 [
file
]
// "Replace annotation with kotlin.annotation.Retention" "true"
@<
caret
>
Retention
(
AnnotationRetention
.
RUNTIME
)
annotation
class
Foo