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
Autowiring is convenient functionality that allows to inject dependencies implicitly. Picobox core provides everything that is required to implement autowiring functionality as a third party decorator in picobox.contrib pacakge.
The autowiring decorator must satisfy the following requirements:
It must autowire by names.
It must autowire by types.
Autowiring by names and types are mutually exclusive.
The text was updated successfully, but these errors were encountered:
Autowiring is convenient functionality that allows to inject dependencies implicitly. Picobox core provides everything that is required to implement autowiring functionality as a third party decorator in
picobox.contrib
pacakge.The autowiring decorator must satisfy the following requirements:
The text was updated successfully, but these errors were encountered: