intentor / adic

Lightweight dependency injection container for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag bindings

intentor opened this issue · comments

To make it easier to unbind bindings, maybe a tagging system could be interesting.

So it'd possible to call UnbindByTag(tag) and all bindings of that that would be unbound from the container.

Another idea is to allow tags to be defined at a binding setup level.