joinpoints
美
英 
例句
One of the best practices of getting most out of AOP is to use to metadata to capture join points for cross-cutting concerns.
从AOP获得大部分好处的最佳实践之一就是使用元数据去为横向关注点(cross-cuttingconcerns)捕获连接点(joinpoints)。
Metadata brings additional information to selecting join points where Pointcuts use annotations to capture join points.
元数据给选择连接点(joinpoints)带来了附加信息,在那里Pointcuts使用注解来捕获连接点(joinpoints)。
As an application runs, joinpoints fly by, such as the instantiation of objects and the invocation of methods.
在应用程序运行时,连接点随时会有,比如对象的实例化和方法的调用。
Advice is behavior that can be applied by aspects to joinpoints.
通知是可以被切面应用到连接点的行为。
You want to advise joinpoints other than the execution of public methods, such as field access or object construction.
除了公有方法的执行,你想要通知连接点,比如字段访问或者对象创建。
Set of joinpoints when an advice should fire
当一个忠告尊被执行时设置注入点