mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-23 06:50:49 +01:00
Resources are request scoped and we need only one sub resource per request. That is, injecting all subresources (and their transitive inejctions)in the constructor builds a lot of objects that are never used. Solution: Inject provider, that lazily inject the needed subresources on demand.