Repeated
extends AnnotationAn annotation produced by desugaring to indicate that a sequence is a repeated parameter. I.e.
T* is expanded by Desugar to Seq[T] @Repeated
An annotation produced by desugaring to indicate that a sequence is a repeated parameter. I.e.
T* is expanded by Desugar to Seq[T] @Repeated