Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dd4ca2cb43e932606f2630bd1f6f81f9cfb14a2e
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationJavaRepeatable.java
blob: 40f5bb7132382cc2dec81078669a0c12a29ddc34 [
file
] [
log
] [
blame
]
@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()
}