scala-guice
scala-guice copied to clipboard
Scala extensions for Google Guice
Any plans to upgrade to Guice 3.0?
I want to create Guice private modules. You can read more here: http://google-guice.googlecode.com/git/javadoc/com/google/inject/PrivateModule.html Scala guice does not support Private modules. Could you add the support for this feature? As an...
Guice expects a java Set for multibindings requiring a second constructor to do the translation. It would be nice if we supported directly injecting a Scala mutable.Set Have this: ```...