Struct ConstructorAnnotation

Annotation used to mark a constructor to be used for component instantiation.

struct ConstructorAnnotation(Args...) ;

Constructors

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

Parameters

NameDescription
Args tuple of argument types for arguments to be passed into a constructor.