Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
annotationBinaryRetention.java
blob: 1884ec6a05c68904d686cf8bc18e97e000d04950 [
file
]
@java
.
lang
.
annotation
.
Retention
(
value
=
java
.
lang
.
annotation
.
RetentionPolicy
.
CLASS
)
@kotlin
.
annotation
.
Retention
(
value
=
kotlin
.
annotation
.
AnnotationRetention
.
BINARY
)
public
abstract
@interface
Anno
/* one.Anno*/
{
}