Java中AOP技術

luckyfriends發表於2015-07-01
http://perfect5085.iteye.com/blog/1612930
http://rainsilence.iteye.com/blog/684265
@Around("execution(* com.huawei.ossres.rds.restapi.controller.RdsRestImpl.*(..)) && !execution(* com.huawei.ossres.rds.restapi.controller.RdsRestImpl.*WithoutToken(..))")
    public Object iam(ProceedingJoinPoint pjp) throws Throwable
    {

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/14710393/viewspace-1718654/,如需轉載,請註明出處,否則將追究法律責任。

相關文章