Author: limpbizkit
Date: Thu Jul 16 11:08:26 2009
New Revision: 1046
Modified:
wiki/FrequentlyAskedQuestions.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/FrequentlyAskedQuestions.wiki
==============================================================================
--- wiki/FrequentlyAskedQuestions.wiki (original)
+++ wiki/FrequentlyAskedQuestions.wiki Thu Jul 16 11:08:26 2009
@@ -155,7 +155,7 @@
This also allows for a default value for the optional parameter.
===How do I inject a method interceptor?===
-In order to inject dependencies in an AOP `MethodInterceptor`, use
`requestInjection()` alongside the standard `bindInterceptor` call.
+In order to inject dependencies in an AOP `MethodInterceptor`, use
`requestInjection()` alongside the standard `bindInterceptor()` call.
{{{
public class NotOnWeekendsModule extends AbstractModule {
protected void configure() {
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---