Reusing the same class in container wiring with different containers #705
Unanswered
darrenrahnemoon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have a class with the following dependency
Can two containers running in the same process reuse the same class to resolve the dependency to something different?
i.e
Is
Provide['my_dependency']
stashing annotations about what to inject in the class itself or in the container that is crawling through the files to wire things together?Beta Was this translation helpful? Give feedback.
All reactions