释义 |
pointcut 基本例句 连接点集合 Such apointcutwill match unintended methods only under pathological situations.这种切入点只在极其例外的条件下才会匹配不需要的方法。 Judiciously using wildcards in join point signatures often leads to good, succinctpointcutdefinitions.在连接点签名中明智地使用通配符通常可以产生好的、简洁的连接点定义。 You then break the system into several parts such that you can find a goodpointcutexpression for each subsystem.然后将系统分解为几部分,使得每个子系统都可以有好的切入点表达式。 |