Annotates a method in a @Pointcut class that should be run just after each
method (or constructor) execution picked out by the Pointcut, whether the method picked
out by the Pointcut returns successfully or throws an Exception.
Annotates a method in a @Pointcut class that should be run just after each
method (or constructor) execution picked out by the Pointcut, but only if the method
picked out by the Pointcut returns successfully (does not throw an Exception).
Annotates a method in a @Pointcut class that should be run just after each
method (or constructor) execution picked out by the Pointcut, but only if the method
picked out by the Pointcut throws an Exception.