Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
AnnotationJvmRepeatable.java
blob: 8680b3814a75e35e7f73c46b69dd5df2b8e3b753 [
file
]
@java
.
lang
.
annotation
.
Repeatable
(
value
=
TwoContainer
.
class
)
@java
.
lang
.
annotation
.
Retention
(
value
=
java
.
lang
.
annotation
.
RetentionPolicy
.
RUNTIME
)
public
abstract
@interface
Two
/* Two*/
{
public
abstract
java
.
lang
.
String
name
();
// name()
}