joinpoints

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

一个忠告执行设置注入