Java中AOP技术

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/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/14710393/viewspace-1718654/

你可能感兴趣的:(Java中AOP技术)