injection? Ведь все необходимые классу зависимости предоставляются через конструктор класса. Читаю википедию: https://en.wikipedia.org/wiki/Dependency_injection
There are at least three ways an object can receive a reference to an external module:
1) constructor injection: the dependencies are provided through a class constructor.
...
Обсуждают сегодня