paramAlias

scala.caps.internal.paramAlias
final class paramAlias(paramName: String) extends StaticAnnotation

An internal annotation placed on a parameter of a secondary constructor that gets forwarded indirectly or directly to a parameter of the corresponding primary constructor.

Value parameters

parmName

the name of the primary constructor parameter

Attributes

Source
package.scala
Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
In this article