单项选择题

在SpringAOP中,()是指自定义的行为能插入到任何接口和类的方法调用的前面或者后面。

A.引入(Introduction)
B.拦截(Interception)
C.切入点
D.方面