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