| Package | Description | 
|---|---|
| org.springframework.aop.interceptor | Provides miscellaneous interceptor implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMonitoringInterceptorBase class for monitoring interceptors, such as performance monitors. | 
| class  | CustomizableTraceInterceptorMethodInterceptorimplementation that allows for highly customizable
 method-level tracing, using placeholders. | 
| class  | DebugInterceptorAOP Alliance  MethodInterceptorthat can be introduced in a chain
 to display verbose information about intercepted invocations to the logger. | 
| class  | JamonPerformanceMonitorInterceptorPerformance monitor interceptor that uses JAMon library to perform the
 performance measurement on the intercepted method and output the stats. | 
| class  | PerformanceMonitorInterceptorSimple AOP Alliance  MethodInterceptorfor performance monitoring. | 
| class  | SimpleTraceInterceptorSimple 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. |