Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationKotlinAndJavaRepeatable.fir.java
blob: 7d27a5c08d8c622e819adbc4c522919c3f1f79d2 [
file
]
@java
.
lang
.
annotation
.
Repeatable
()
@java
.
lang
.
annotation
.
Retention
(
value
=
java
.
lang
.
annotation
.
RetentionPolicy
.
RUNTIME
)
@kotlin
.
annotation
.
Repeatable
()
public
abstract
@interface
Two
/* Two*/
{
public
abstract
java
.
lang
.
String
name
();
// name()
}