Pointcut
常見例句
- Pointcut selects a subset of join points that need lock management.
切入點(diǎn)選擇了需要用鎖管理的連接點(diǎn)子集。 - Pointcut, which I advise to monitoring JDBC statement execution.
切入點(diǎn),我建議它去監(jiān)視JDBC語句的執(zhí)行。 - Such a pointcut will match unintended methods only under pathological situations.
這種切入點(diǎn)只在極其例外的條件下才會(huì)匹配不需要的方法。 - Judiciously using wildcards in join point signatures often leads to good, succinct pointcut definitions.
在連接點(diǎn)簽名中明智地使用通配符通??梢援a(chǎn)生好的、簡潔的連接點(diǎn)定義。 - Pointcut defines any methods that your classes use that you would like to act upon.
切入點(diǎn)負(fù)責(zé)定義要處理的類使用的方法。 - You then break the system into several parts such that you can find a good pointcut expression for each subsystem.
然后將系統(tǒng)分解為幾部分,使得每個(gè)子系統(tǒng)都可以有好的切入點(diǎn)表達(dá)式。 返回 Pointcut