You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @container.autowire decorator will simply return a new function that will bind container objects to the function on call. Since this will happen on every call, even though cached it still has a small performance penalty.
On registration, if the container has been warmed up we should bind any known singleton services and parameters as the container is considered final.
The text was updated successfully, but these errors were encountered:
The
@container.autowire
decorator will simply return a new function that will bind container objects to the function on call. Since this will happen on every call, even though cached it still has a small performance penalty.On registration, if the container has been warmed up we should bind any known singleton services and parameters as the container is considered final.
The text was updated successfully, but these errors were encountered: