Repeatable test renamed

This commit is contained in:
Mikhail Glukhikh
2015-07-29 12:48:59 +03:00
parent a072550931
commit 10ba9c7264
3 changed files with 3 additions and 3 deletions
@@ -0,0 +1,9 @@
import java.lang.annotation.Repeatable
<!DEPRECATED_JAVA_ANNOTATION!>@java.lang.annotation.Repeatable(Annotations::class)<!> annotation class RepAnn
<!DEPRECATED_JAVA_ANNOTATION!>Repeatable(OtherAnnotations::class)<!> annotation class OtherAnn
annotation class Annotations(vararg val value: RepAnn)
annotation class OtherAnnotations(vararg val value: OtherAnn)