Spring AOP-06-切入點類型

切入點是匹配鏈接點的攔截規則。以前使用的是註解@Pointcut,該註解是AspectJ中的。除了這個註解以外,Spring也提供了其餘一些切入點類型:blog

• 靜態方法切入點StaticMethodMatcherPointcutio

• 動態方法切入點DynamicMethodMatcherPointcut方法

• 註解切入點AnnotationMatchingPointcutim

• 表達式切入點ExpressionPointcutimg

• 流程切入點ControlFlowPointcutco

• 複合切入點ComposablePointcut註解

• 標準切入點TruePointcutps

各類切入點的類圖如圖:ab

相關文章
相關標籤/搜索