varargs
 scala.annotation.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.
Attributes
- Source
- varargs.scala
- Graph
- 
    
- Supertypes
In this article