我试图在ModelAndView.setViewName之后使用PointCut执行一些post操作,但似乎从来没有触发过: @Aspectpublic class TestAspect{
@Pointcut("execution(*那么,向ModelAndView添加PointCut的正确方法是什么呢
如何编写与类中所有公共方法匹配的Spring @AspectJ点剪切(@Pointcut)表达式,而不管它们的参数列表如何?目前我的方面是这样的: public final class ServiceDataAccessExceptionReporter {
public void annotatedMethod() {}
@AfterThrowing(<em