Voiteh / Depin

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

Introduce Depin.extract function #54

Closed Voiteh closed 4 years ago

Voiteh commented 4 years ago

For SDKs like android or libgdx there is need to somehow inject late dependencies created in onCreate methods. Depin.inject method will always create new instances and we don't want them to be new but exactly ones injected into other dependencies.