Interface for objects able to create some instance of type T.
Intent of this interface is to provide a single entry for objects, able to instantiate something.
Destructs a component of type T.
Instantiates component of type T.
Get the type info of T that is created.
See Implementation
Interface for objects able to create some instance of type T.
Intent of this interface is to provide a single entry for objects, able to instantiate something.