Example usage for org.springframework.aop.target AbstractBeanFactoryBasedTargetSource subclass-usage

List of usage examples for org.springframework.aop.target AbstractBeanFactoryBasedTargetSource subclass-usage

Introduction

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

Usage

From source file org.jdal.vaadin.beans.CachedBeanTargetSource.java

/**
 * Simple bean factory based target source that caches the target to allow
 * reliable scoped proxies for prototypes.
 * 
 * @author Jose Luis Martin
 *

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

/**
 * SimpleBeanTargetSource that use a transient target to avoid serialization issues 
 * in a container with prototypes beans.
 * 
 * @author Jose Luis Martin
 * @since 2.0

From source file org.alfresco.config.NonBlockingLazyInitTargetSource.java

/**
 * A non-blocking version of LazyInitTargetSource.
 * 
 * @author dward
 */
public class NonBlockingLazyInitTargetSource extends AbstractBeanFactoryBasedTargetSource {