Closed
Description
Luciano Deriu opened SPR-12456 and commented
There are a few pointcut expressions that aren't valid on the Spring AOP documentation. In the examples section there are these 2 expressions (see ref URL)...
execution(* com.xyz.service..(..))
execution(* com.xyz.service...(..))
I'm just learning Spring AOP so i may be wrong but i think they should be...
execution(* com.xyz.service.*(..))
execution(* com.xyz.service.*.*(..))
Also present in this section...
http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/aop.html#aop-advice-before
Affects: 4.0.8, 4.1.2
Reference URL: http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/aop.html#aop-pointcuts-examples
Referenced from: commits 0d00b67, a5e2afc
Backported to: 4.0.9