Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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*/
{
}