Implements the join point concept, e.g. defines a well defined point in the program flow.
Provides access to only static data, is therefore much more performant than the usage of the
org.codehaus.aspectwerkz.joinpoint.JoinPoint interface.
author: Jonas BonŽr
Walks through the pointcuts and invokes all its advices. When the last advice of the last pointcut has been
invoked, the original method is invoked. Is called recursively.
the result from the next invocation throws: Throwable -