Class RegistrationAwareDecoratingFactory

A decorating factory, that adds component registration information when decorated factory threws some kind of exception.

class RegistrationAwareDecoratingFactory(T) ;

Methods

NameDescription
destruct Destructs a component of type T.
factory Instantiates component of type T.
file Set file in which registration occurred.
file Get file in which registration occurred.
line Set line in file on which registration occurred.
line Get line in file on which registration occurred.
locator Set a locator for depedencies.
type Get the type info of T that is created.