codingwell / scala-guice

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

Dealing with extensions to Guice #21

Open tsuckow opened 10 years ago

tsuckow commented 10 years ago

Currently multibindings is a dependency of scala-guice. I think idealy this should only be a compile time dependency and if you want guice-multibindings at runtime you have to include it yourself.

We should look into supporting assisted inject and how we want to handle that new dependency. Guice has many extensions, we don't want to force everyone to load them all.