Revision: 1355
Author: [email protected]
Date: Mon Nov  1 13:01:09 2010
Log: Edited wiki page CustomInjections through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1355

Modified:
 /wiki/CustomInjections.wiki

=======================================
--- /wiki/CustomInjections.wiki Tue May 19 02:14:21 2009
+++ /wiki/CustomInjections.wiki Mon Nov  1 13:01:09 2010
@@ -37,7 +37,7 @@
     }
   }
 }}}
-Finally, we implement the `Log4JMembersInjector` to set the logger. In this examle, we always set the field to the same instance. In your application you may need to compute a value or request one from a provider. +Finally, we implement the `Log4JMembersInjector` to set the logger. In this example, we always set the field to the same instance. In your application you may need to compute a value or request one from a provider.
 {{{
   class Log4JMembersInjector<T> implements MembersInjector<T> {
     private final Field field;

--
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