提交 0d36401f 编写于 作者: N Nickloas 提交者: Stephane Nicoll

Fix typo

Closes gh-1813
上级 67401515
......@@ -62,7 +62,7 @@ however, it would be even more confusing if Spring used its own terminology.
method or the handling of an exception. In Spring AOP, a join point __always__
represents a method execution.
* __Advice__: action taken by an aspect at a particular join point. Different types of
advice include "around," "before" and "after" advice. (Advice types are discussed
advice include "around", "before" and "after" advice. (Advice types are discussed
below.) Many AOP frameworks, including Spring, model an advice as an __interceptor__,
maintaining a chain of interceptors __around__ the join point.
* __Pointcut__: a predicate that matches join points. Advice is associated with a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册