ProceedingJoinPoint獲取當前方法和參數

經過ProceedingJoinPoint想要獲取當前執行的方法:get @Around(pointcut)     public Object around(ProceedingJoinPoint joinPoint) throws Throwable{         Object target = joinPoint.getTarget().getClass().getName();   
相關文章
相關標籤/搜索