Classes

Base class for Advices.

The advice chain holds a number of subsequent advices that match a given join point and calls the advices in the right order.

Implementation of the After Advice.

Implementation of the After Returning Advice.

Implementation of the After Throwing Advice.

Implementation of the Around Advice.

Implementation of the Before Advice.

Interfaces

This is the interface for a generic AOP advice. It is never implemented directly.