Interface InstanceFactory

An instance factory, instantiates component of type T.

interface InstanceFactory(T) ;

Methods

NameDescription
factory Create a new instance of object of type T.