Reputation: 609
I use Roboguice 1.1.2, with guice-no-aop 2.0. I try to use Assisted injection, that requires the @Assisted annotation. My problem is that the guice-2.0-no_aop.jar does not contain the Assisted annotation. Is that right? The roboguice wiki claims that I can use assisted injection. Also the guice 2.0 page does not mention this as a missing feature on the no aop version. Any idea?
Upvotes: 1
Views: 621
Reputation: 2111
The guice-assistedinject-2.0.jar is located in the guice-2.0.zip archive.
http://code.google.com/p/google-guice/wiki/Guice20
I didn't see it mentioned in the 2.0 docs but it is in the 3.0 docs:
Upvotes: 2