Interface SummaryAdvice |
Advice reflects an advice in an Aspect-Oriented Programming Language like
AspectJ |
Aspect |
Aspect represents an aspect in an Aspect-Oriented Programming language |
JoinPoint |
JoinPoint represents an identifiable point in a program |
Matcher |
Matcher matches the string representation of a join point against a pattern |
Pointcut |
Pointcut represents a pointcut in an Aspect-Oriented Programming Language
like AspectJ |
Weaver |
Weaver is responsible for weaving the aspect-oriented code into the affected
join points |