Hi:
How do I show the Dependency Injection in Sequence Diagram?
I have many attributes injected by container and also implement polymorphism.
It's hard to show the creation of these implementation class, so I only show the interaction
between interfaces.
Is this correct?
I think DI is too new to model via sequence diagram.