Not sure if this is something that should be done, maybe it's going too far. Support for multibindings could be interesting Equivalent of `IntoMap` or `IntoSet` eg: ``` @BoundIntoMap(component = ..., supertype = ...) class Foo @Inject constructor(): Bar ```
Not sure if this is something that should be done, maybe it's going too far.
Support for multibindings could be interesting
Equivalent of
IntoMaporIntoSeteg: