args

class args(args: Any*) extends Annotation with StaticAnnotation

Args are put on type arguments, and the cross product of all types that are so annotated are instantiated.

class Object
trait Matchable
class Any