Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationJvmRepeatable.lib.java
blob: 40f5bb7132382cc2dec81078669a0c12a29ddc34 [
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()
}