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