I have been using google-guice with the assisted inject mechanism for quite some time now. As i am in scala, and just discover scala-guice, i'm interested in using it as well. However i'm confused as to how to use assisted injection with it. There is no example of using assisted inject with it.
Hence my question here is: is it possible to use assisted injection with scala-guice, if yes, please could anyone provide a simple example ?
Moreover for google-guice i use the following libs: javax.inject.jar, guice-3.0.jar, guice-assistedInject.jar. In this case shall i just remove guice-3.0.jar ?