Is there a way in Guice so that all my beans annotated with @XXXX when created implement an interface of my choosing as well as add two methods to the new subclass that is returned?
ie. I have Car.class and Guice creates the Car@subclass which extends Car implements Foo and has two new methods(ie. I am not wrapping old methods doing interceptor stuff here). thanks, Dean -- 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.
