Autowired.put constructor
const
Autowired.put({})
Register and call dependency.
Implementation
const Autowired.put({
this.as,
this.tag,
this.permanent = false,
this.callDependenciesBefore = false,
}) : _strategy = _AutowiredStrategy.normal;