Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
SpecialAnnotationsOnAnnotationClass.kt
blob: 25433768b75c2a0be165bf107506c9d7cb44ae04 [
file
]
// Anno
@Retention
(
AnnotationRetention
.
SOURCE
)
@Target
(
AnnotationTarget
.
TYPE_PARAMETER
)
@MustBeDocumented
@Repeatable
annotation
class
Anno
(
val i
:
Int
)