do you mean 'compose'?

master
0xflotus 6 years ago committed by Juergen Hoeller
parent fc03707445
commit 9fed4d0375
  1. 2
      src/docs/asciidoc/core/core-aop-api.adoc

@ -104,7 +104,7 @@ Spring supports operations (notably, union and intersection) on pointcuts.
Union means the methods that either pointcut matches.
Intersection means the methods that both pointcuts match.
Union is usually more useful.
You can compse pointcuts by using the static methods in the
You can compose pointcuts by using the static methods in the
`org.springframework.aop.support.Pointcuts` class or by using the
`ComposablePointcut` class in the same package. However, using AspectJ pointcut
expressions is usually a simpler approach.

Loading…
Cancel
Save