DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

Is it possible to re-inject dependencies to previously created instance (e.q. singleton)? #307

Closed CrazyFlasher closed 5 years ago

CrazyFlasher commented 5 years ago

For example, I don't want to instantiate new instance. I would like to take it from pool and inject new values

CrazyFlasher commented 5 years ago

Ok, injectInto does this