Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
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()
}