All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.annotation.internal.Repeated.scala Maven / Gradle / Ivy

The newest version!
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy