Parameter index to set/replace value of. Used if handler is applied on a constructor parameter.
Service object used to apply handler to.
Class property name to set/replace value of. Used if handler is applied on a class property.
Factory function that produces value that will be set to class property or constructor parameter. Accepts container instance which requested the value.
Generated using TypeDoc
Used to register special 'handler' which will be executed on a service class during its initialization. It can be used to create custom decorators and set/replace service class properties and constructor parameters.