codingwell / scala-guice

Scala extensions for Google Guice
Apache License 2.0
341 stars 44 forks source link

Improve README, add sub-subsection about generic multibinding #69

Closed Dnomyar closed 6 years ago

Dnomyar commented 6 years ago

Hi there,

I struggled a bit to inject a Set with a generic type (Set[SomeType[_]]). So, I would like to suggest the following updates to the README file.

Cheers