scala-guice icon indicating copy to clipboard operation
scala-guice copied to clipboard

Private Module Support

Open lasanthak opened this issue 13 years ago • 1 comments

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 alternative, right now I am using Java syntax in our Scala code.

Thanks in advance.

  • Lasantha Kularatne

lasanthak avatar Apr 20 '12 19:04 lasanthak

Here's the pull request to the repository that has integrated guice 3.0: https://github.com/Deathbobomega/scala-guice/pull/1

nbauernfeind avatar Jul 19 '12 22:07 nbauernfeind