Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationRepeatable.fir.java
blob: 9e5410e7f857316243a75c85f7862374ce659b0a [
file
]
@java
.
lang
.
annotation
.
Retention
(
value
=
java
.
lang
.
annotation
.
RetentionPolicy
.
RUNTIME
)
@kotlin
.
annotation
.
Repeatable
()
public
abstract
@interface
One
/* simple.One*/
{
public
abstract
java
.
lang
.
String
value
();
// value()
}