nJoin point – well-defined points in the program flow. A point
during the execution of a
program, such as the execution of a method or the handling of an exception. Examples of Jointpoint's:
nMethod
invocation
nClass
initialization
nObject
initialization
nCandidates
for advice interception
nCommon
validations for all Http requests
nTransaction
properties for all service method invocations
n