aboutsummaryrefslogtreecommitdiff
path: root/src/scala/annotation/internal/Repeated.scala
blob: 75eb3bc25f1aecd0d01c8e76e6af22f00feb44f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package scala.annotation.internal

import scala.annotation.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
 */
final class Repeated() extends Annotation