aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/annotation/internal/Repeated.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/annotation/internal/Repeated.scala')
-rw-r--r--src/dotty/annotation/internal/Repeated.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dotty/annotation/internal/Repeated.scala b/src/dotty/annotation/internal/Repeated.scala
index 3065b7a06..24adc051f 100644
--- a/src/dotty/annotation/internal/Repeated.scala
+++ b/src/dotty/annotation/internal/Repeated.scala
@@ -2,4 +2,9 @@ package dotty.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