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
Allow injection of types based on protocols. Services can declare themselves what protocol they support and the container can then perform autowiring based on that.
Allow injection of types based on protocols. Services can declare themselves what protocol they support and the container can then perform autowiring based on that.
Requesting
SupportsFoo
will haveFooBar
injected.The text was updated successfully, but these errors were encountered: