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.
切入点负责定义要处理的类使用的方法。