Hi, I'm working on an extension, guice-asynchronous<https://code.google.com/p/guice-asynchronous/>, that allows for asynchronous method calls. Currently the framework uses the Elements SPI mechanism to hijack bindings. I'm not really a fan for this approach. I'd rather have a module that applies the behavior without any sort of hijacking. The problem is that I can't get the interceptor bindings & matchers from within a module. How hard would it be to get a binding listener into v4.0? If I found the time to implement it, what's the probability that it would actually end up in v4.0?
thanks :) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
