If you are still open for feature requests for the 4.0 release:

I d like to have issue 88 [1] to be reevaluated.
Specifically I would like to have the following methods in the AbstractModule:

void bindInterceptor(
        Matcher<? super Class<?>> classMatcher,
        Matcher<? super Method> methodMatcher,
        Key<? extends MethodInterceptor> methodInterceptorKey
);

void bindInterceptor(
        Matcher<? super Class<?>> classMatcher,
        Matcher<? super Method> methodMatcher,
        Class<? extends MethodInterceptor> methodInterceptorClass
);



[1] https://code.google.com/p/google-guice/issues/detail?id=88

--
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-guice+unsubscr...@googlegroups.com.
To post to this group, send email to google-guice@googlegroups.com.
Visit this group at http://groups.google.com/group/google-guice.
For more options, visit https://groups.google.com/d/optout.

Reply via email to