标签:put cut soft public tca redis putc ring object
@AfterReturning(returning="rvt", pointcut="@annotation(com.sinosoft.redis.cache.PutCache)")
public Object AfterExec(JoinPoint joinPoint,Object rvt){
rvt 这个就是方法返回值
}
springAop @AfterReturning注解 获取返回值
标签:put cut soft public tca redis putc ring object
原文地址:http://www.cnblogs.com/cmyxn/p/6480199.html