We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc26968 commit 4dfecdeCopy full SHA for 4dfecde
src/docs/asciidoc/core/core-aop.adoc
@@ -2918,7 +2918,7 @@ an aspect weaving phase to your build script.
2918
If you have chosen to use Spring AOP, you have a choice of @AspectJ or XML style.
2919
There are various tradeoffs to consider.
2920
2921
-The XML style may most familiar to existing Spring users, and it is backed by genuine
+The XML style may be most familiar to existing Spring users, and it is backed by genuine
2922
POJOs. When using AOP as a tool to configure enterprise services, XML can be a good
2923
choice (a good test is whether you consider the pointcut expression to be a part of your
2924
configuration that you might want to change independently). With the XML style, it is
0 commit comments