@AfterReturning(returning="rvt", pointcut="@annotation(com.sinosoft.redis.cache.PutCache)")

 public Object AfterExec(JoinPoint joinPoint,Object rvt){

   rvt 这个就是方法返回值

 }

相关文章:

  • 2022-12-23
  • 2021-11-05
  • 2021-12-26
  • 2021-09-07
  • 2022-12-23
  • 2021-10-05
  • 2021-11-12
猜你喜欢
  • 2021-06-01
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2018-03-16
相关资源
相似解决方案