Tag Archives: Custom Annotation for Matching Join Point

Aspect Oriented Programming Notes #3 – Some Additional Info

Reuse Aspect Pointcut Definitions @Pointcut annotation is used for defining a pointcut independently to be reused in multiple advices. Generally, if our pointcuts are shared between multiple aspects, it is better to centralize them in a common class. In this … Continue reading

Posted in Spring Framework, Works | Tagged , , , , | Leave a comment