google-code-export / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
2 stars 1 forks source link

AssistedInject proxies don't work for non-public classes #428

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If the constructed type is non-public, AssistedInject can fail with an 
IllegalAccessError.

Original issue reported on code.google.com by limpbizkit on 21 Sep 2009 at 11:51

GoogleCodeExporter commented 9 years ago
fixed in r1136.  also see 
http://groups.google.com/group/google-guice/browse_thread/thread/718f3de972fef8f
3 for background.

Original comment by sberlin on 25 Oct 2010 at 2:59