org.springframework.aop.framework.autoproxy.metadata
Class AttributesPrototypeTargetSourceCreator

org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
  |
  +--org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator

public class AttributesPrototypeTargetSourceCreator
extends AbstractPrototypeTargetSourceCreator

PrototypeTargetSourceCreator driven by metadata. Creates a prototype only if there's a PrototypeAttribute associated with the class.

Author:
Rod Johnson
Version: $Id: AttributesPrototypeTargetSourceCreator.java,v 1.2 2003/12/15 17:14:34 johnsonr Exp $

Constructor Summary
AttributesPrototypeTargetSourceCreator(Attributes attributes)
           

Methods inherited from class org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
getTargetSource

Constructor Detail

AttributesPrototypeTargetSourceCreator

public AttributesPrototypeTargetSourceCreator(Attributes attributes)

Association Links

to Class org.springframework.metadata.Attributes