frjaeger220 / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Multibinder.permitDuplicates() #380

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be quite handy for a class of use cases to permit duplicate bindings 
in a multibinder.

In some distributed registries, the user doesn't know in advance whether a 
binding will be 
duplicated or not; we should make coping with that easier.

Original issue reported on code.google.com by limpbizkit on 4 Jun 2009 at 3:31

GoogleCodeExporter commented 9 years ago
Fixed with r1034.

Dan, if you'd like to review the code on googlecode, that would be fabulous.

Original comment by limpbizkit on 23 Jun 2009 at 6:37