Page Contents

Home > @loopback/metadata > DecoratorFactory > create

DecoratorFactory.create() method

Create a decorator function of the given type. Each sub class MUST implement this method.

Signature:

create(): D;

Returns:

D