Example usage for org.springframework.aop.support IntroductionInfoSupport subclass-usage

List of usage examples for org.springframework.aop.support IntroductionInfoSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.support IntroductionInfoSupport subclass-usage.

Usage

From source file org.jdal.aop.SerializableIntroductionInterceptor.java

/**
 * Introducction interceptor for serializable objects.
 * 
 * @author Jose Luis Martin
 * @since 2.0
 */

From source file org.jdal.aop.DelegateFactoryIntroductionInterceptor.java

/**
 * DelegatingIntroductionInterceptor that use a Factory to create delegates.
 * <p>
 * Note: this class include code from {@link org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor}
 * </p>
 * @author Jose Luis Martin