[FIR] Map Class to KClass in java annotations
This commit is contained in:
committed by
Mikhail Glukhikh
parent
282a295d43
commit
b63257345b
+2
-2
@@ -2,9 +2,9 @@
|
||||
|
||||
import java.lang.annotation.Repeatable
|
||||
|
||||
<!INAPPLICABLE_CANDIDATE!>@java.lang.annotation.Repeatable(Annotations::class)<!> annotation class RepAnn
|
||||
@java.lang.annotation.Repeatable(Annotations::class) annotation class RepAnn
|
||||
|
||||
<!INAPPLICABLE_CANDIDATE!>@Repeatable(OtherAnnotations::class)<!> annotation class OtherAnn
|
||||
@Repeatable(OtherAnnotations::class) annotation class OtherAnn
|
||||
|
||||
annotation class Annotations(vararg val value: RepAnn)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user