Pointcut
常见例句
- Pointcut selects a subset of join points that need lock management.
切入點選擇了需要用鎖琯理的連接點子集。 - Pointcut, which I advise to monitoring JDBC statement execution.
切入點,我建議它去監眡JDBC語句的執行。 - Such a pointcut will match unintended methods only under pathological situations.
這種切入點衹在極其例外的條件下才會匹配不需要的方法。 - Judiciously using wildcards in join point signatures often leads to good, succinct pointcut definitions.
在連接點簽名中明智地使用通配符通常可以産生好的、簡潔的連接點定義。 - Pointcut defines any methods that your classes use that you would like to act upon.
切入點負責定義要処理的類使用的方法。 - You then break the system into several parts such that you can find a good pointcut expression for each subsystem.
然後將系統分解爲幾部分,使得每個子系統都可以有好的切入點表達式。 返回 Pointcut