Voiteh / Depin

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

Handle unshared declarations #22

Open Voiteh opened 5 years ago

Voiteh commented 5 years ago

Currently there is no mechanism for handling any unshared dependency. This should throw on any unshared declaration package/class parent package

Voiteh commented 5 years ago

I'm not sure about this one. Depin is able to scan and inject unshared dependencies. This could be nice feature for hiding implementations over interfaces and not exposing implementations. Leaving for further release.