April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring AOP
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