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獲得大部分好處的最佳實踐之一就是使用元數(shù)據(jù)去為橫向關注點(cross-cuttingconcerns)捕獲連接點(joinpoints)。
Metadata brings additional information to selecting join points where Pointcuts use annotations to capture join points.
元數(shù)據(jù)給選擇連接點(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.
除了公有方法的執(zhí)行,你想要通知連接點,比如字段訪問或者對象創(chuàng)建。
Set of joinpoints when an advice should fire
當一個忠告尊被執(zhí)行時設置注入點