-
-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
Description
Hi,
I'm grouping provider to Service, Repository and Adapter, the group provider is extending DeclarativeContainer.
I have this dependency:
"Service A" require "Repository A"
"Repository A" require "Adapter A" and "Service B"
"Repository A" cannot be created because Repository class is define before Service class, is this how it suppose to work ? Is it possible to handle this using DynamicDeclarative
I'm using Ubuntu 16.04, Python 3.5.2, dependency_injector 3.12.4