All Classes and Interfaces

Class
Description
Marks a method as a recovery method for an AOP operation.
Meta annotation used to define an Aspect.
Marks an External Annotation as being used for aspects
 
Provides the MethodInterceptor for the given aspect.
Method invocation using in MethodInterceptor.invoke(Invocation) for Aspects.
Invocation base type for both callable and runnable methods.
Callable based Invocation with checked exceptions.
Runnable with checked exceptions.
Callable with checked exceptions.
Runnable based Invocation.
Exception occurring during method interception.
Provides method interception such that logic can be provided both before and after method invocation.