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