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

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

Introduction

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

Usage

From source file org.springframework.aop.support.IntroductionInfoSupport.java

/**
 * Support for implementations of {@link org.springframework.aop.IntroductionInfo}.
 *
 * <p>Allows subclasses to conveniently add all interfaces from a given object,
 * and to suppress interfaces that should not be added. Also allows for querying
 * all introduced interfaces.