Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
annotationBinaryRetention.kt
blob: 938e0033bd74a060ac45f03a52448b734fdc2181 [
file
]
// one.Anno
package
one
@Retention
(
AnnotationRetention
.
BINARY
)
annotation
class
Anno