释义 |
1 ?切入点 切入点(Pointcuts): 切入点指一个或多个连接点,可以理解成一个点的集合。 切面: 关注点的模块化,关注点可能横切多个对象. 2 ?点切 点切(Pointcuts) 指定连接点和收集这些点上具体的上下文的程序构建。在AOP 中,点切定义你的 模型中的这些点,在这些点上应用忠告。 3 ?切点 切点(Pointcuts):在 AspectJ 中,切点捕捉程序流中特定的连接点。切点还可 以捕捉不同类型的连接点,换句话说,它们可以横切类型。 4 ?连接点集 (4) Pointcuts(连接点集) 如果说 Interceptors , Introductions 和Metadata 是面向方面编 程的特点的话,那么 Pointcuts 就是连接它们在一起的“胶水”。
- 1
In addition, the following categories of kindless pointcuts are supported. - 2
Pointcuts, advice, and inter-type declarations. - 3
Concise aspect declarations and static checking for pointcuts.
|