Using spring AOP and AspectJ, you can easily intercept methods. AspectJ comes with below annotations: 1) @Before 2) @After 3) @AfterReturning 4) @AfterThrowing
確定! 回上一頁