Generated by
JDiff

Package org.springframework.aop.interceptor

Changed Classes
AsyncExecutionAspectSupport Base class for asynchronous method execution aspects, such as {@code org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor} or {@code org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect}.
AsyncExecutionInterceptor AOP Alliance {@code MethodInterceptor} that processes method invocations asynchronously, using a given org.springframework.core.task.AsyncTaskExecutor.
JamonPerformanceMonitorInterceptor Performance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats.