Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationJvmRepeatable.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()
}