advisor « AOP « Spring Q&A





1. Using two advisor on the same proxy    forum.springsource.org

Using two advisor on the same proxy I have two introduction advisor that both have an advise that implement the same interface. ex: public class Advice1 extends DelegatingIntroductionInterceptor implements MBoxId public ...