HelpDecoratingFactory.factory

Instantiates component of type Z.

class HelpDecoratingFactory(T : Factory!Z, Z)
Z
factory
()

Return Value

Type: Z

Z instantiated component.

Throws

HelpDecoratingException when an exception from underlying factory is thrown.

Meta