dave08
09/06/2018, 12:42 PMfactory
binding with the same param and return type as a multiton
and only the multiton
has a tag, do I have to use a tag for the factory
or if I use an instance()
with no tag it'll just return the factory
and not the multiton
?