| Package | Description | 
|---|---|
| org.springframework.aop.interceptor | Provides miscellaneous interceptor implementations. | 
| Class and Description | 
|---|
| AbstractMonitoringInterceptor Base class for monitoring interceptors, such as performance monitors. | 
| AbstractTraceInterceptor Base  MethodInterceptorimplementation for tracing. | 
| AsyncExecutionAspectSupport Base class for asynchronous method execution aspects, such as
  org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptorororg.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect. | 
| AsyncUncaughtExceptionHandler A strategy for handling uncaught exceptions thrown from asynchronous methods. | 
| ExposeInvocationInterceptor Interceptor that exposes the current  MethodInvocationas a thread-local object. | 
| SimpleTraceInterceptor Simple AOP Alliance  MethodInterceptorthat can be introduced
 in a chain to display verbose trace information about intercepted method
 invocations, with method entry and method exit info. |