C final class

Repeated

extends Annotation

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

Supertypes

Annotation

Constructors

Repeated

( )

Members