Problem/Motivation
The Symfony 3 container has the ability to autowire services in the container. We should find out if and how Drupal can leverage it. See https://symfony.com/doc/current/service_container/autowiring.html
Proposed resolution
Add \Symfony\Component\DependencyInjection\Compiler\AutowirePass to our container compilation steps.
Remaining tasks
@todo
User interface changes
None
API changes
@todo
Data model changes
None
Release notes snippet
@todo