ConstructorAnnotation.this

Constructor accepting a list of arguments, that will be passed to constructor.

struct ConstructorAnnotation(Args...)
this
(
Args args
)

Parameters

args Args

arguments passed to component's constructor

Meta