AspectJ学习之Introduction
1. 四个constructs:pointcuts, advice, inter-type declarations and aspects
- Pointcuts and advice dynamically affect program flow
- inter-type declarations statically affects a program’s class hierarchy
- and aspects encapsulate these new constructs.
A join point is a well-defined point in the program flow. A pointcut picks out ...
Continue reading