Voiteh / Depin

Dependency injection library for Ceylon
Apache License 2.0
0 stars 0 forks source link

Implement visibility of dependencies according to ceylon encapsulation #49

Open Voiteh opened 5 years ago

Voiteh commented 5 years ago

Whenever injection happen there is need to check wheter given injection model declaration has possible visiblity of given dependencies. This will reduce injection of unwated dependencies, in future there could possiblity to register dependencies with the same open type and name but injected properly thanks to visibilty reduction