File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12704,15 +12704,15 @@ this purpose. A typical such aspect would look as follows:
12704
12704
* "service" package, and that implementation types are in sub-packages.
12705
12705
*
12706
12706
* If you group service interfaces by functional area (for example,
12707
- * in packages com.xyz.someapp.abc.service and com.xyz.def.service) then
12707
+ * in packages com.xyz.someapp.abc.service and com.xyz.someapp. def.service) then
12708
12708
* the pointcut expression "execution(* com.xyz.someapp..service.*.*(..))"
12709
12709
* could be used instead.
12710
12710
*
12711
12711
* Alternatively, you can write the expression using the 'bean'
12712
12712
* PCD, like so "bean(*Service)". (This assumes that you have
12713
12713
* named your Spring service beans in a consistent fashion.)
12714
12714
*/
12715
- @Pointcut("execution(* com.xyz.someapp.service.*.*(..))")
12715
+ @Pointcut("execution(* com.xyz.someapp.. service.*.*(..))")
12716
12716
public void businessService() {}
12717
12717
12718
12718
/**
You can’t perform that action at this time.
0 commit comments