Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationJavaRepeatable.kmp.java
blob: a72392c69914eeebfc050b8bd78e426b81edcc33 [
file
]
@<
error
>()
@java
.
lang
.
annotation
.
Retention
(
value
=
java
.
lang
.
annotation
.
RetentionPolicy
.
RUNTIME
)
public
abstract
@interface
Two
/* Two*/
{
public
abstract
@org
.
jetbrains
.
annotations
.
NotNull
()
java
.
lang
.
String
name
();
// name()
}