Replies: 1 comment 4 replies
-
Are you asking for some kind of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can I use
svcs
to inject dependencies in callables based on annotations as I am trying to in the following example:Similarly, when I create an instance of an unregistered type which depends on some registered stuff, from a DI framework I would expect a utility which injects it so that I don't have to explicitly request them from the container. Is there a thing like that in
svcs
?Beta Was this translation helpful? Give feedback.
All reactions