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