superFwdArg

scala.annotation.meta.superFwdArg

This internal annotation encodes arguments passed to annotation superclasses. Example:

 class a(x: Int) extends Annotation
 class b(y: Int) extends a(y) // the compiler adds `@superFwdArg("x", "y")` to class b

Attributes

Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
In this article