varargs

final class varargs extends StaticAnnotation

A method annotation which instructs the compiler to generate a Java varargs-style forwarder method for interop. This annotation can only be applied to methods with repeated parameters.

Source:
varargs.scala
class Object
trait Matchable
class Any