基于@AspectJ运用Spring AOP

基于@AspectJ使用Spring AOP[list1]在spring的xml配置文件中配置aspectj如下:@AroundPointCut(accessRead

基于@AspectJ使用Spring AOP
[list=1]在spring的xml配置文件中配置aspectj如下:

@AroundPointCut(accessRead = true)public Object queryProuct() throws ApplicationException {//TODOreturn null;}

[/list]