DefaultConstructorBasedFactory.factory

Create a new instance of object of type T.

class DefaultConstructorBasedFactory(T)
T
factory
()
if (
hasDefaultCtor!T
)

Return Value

Type: T

T instantiated component

Meta