You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2018. It is now read-only.
One feature that I miss is the ability to exclude some classes of the autowiring, when a directory is added in the configuration.
Often I find that I have a bunch of related services that I want them to be autowired, but among this services there are utility classes that are not services, but that have a constructor and/or setters, and that they are in the same directory (as they are related, they are part of the same feature).
At the end I have to configure them in the services.yml or move this utility classes to another directory.
Probably this feature could be implemented with an annotation, or an exclude path/regex in the configuration...