Revision: 1418
Author: sberlin
Date: Sun Nov 21 07:27:15 2010
Log: Edited wiki page ClassLoading through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1418

Modified:
 /wiki/ClassLoading.wiki

=======================================
--- /wiki/ClassLoading.wiki     Thu Jan  1 21:43:40 2009
+++ /wiki/ClassLoading.wiki     Sun Nov 21 07:27:15 2010
@@ -14,8 +14,9 @@

 ==The Bridge !ClassLoader==
 Guice uses its bridge class loader unless:
-  * A package-private method is being intercepted
+  * A package-private method or constructor is being intercepted
   * A method in a package-private class is being intercepted
+ * Any parameters or return types of the method or constructor being intercepted are package-private
   * The target class was loaded by the system class loader
   * It is disabled

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to