Example usage for org.springframework.aop AfterAdvice interface-usage

List of usage examples for org.springframework.aop AfterAdvice interface-usage

Introduction

In this page you can find the example usage for org.springframework.aop AfterAdvice interface-usage.

Usage

From source file org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.java

/**
 * Interceptor to wrap an after-throwing advice.
 *
 * <p>The signatures on handler methods on the {@code ThrowsAdvice}
 * implementation method argument must be of the form:<br>
 *