On Aug 4, 1:58 pm, Jonathan <[email protected]> wrote: > Are there any techniques I can use with Guice to intercept method > invocations against certain instances of a class but not others?
The interceptor is given a reference to the target instance. You can inspect it, and no-op when necessary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" 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?hl=en -~----------~----~----~----~------~----~------~--~---
