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

java.lang.Object
  extended by org.springframework.aop.framework.autoproxy.metadata.PrototypeAttribute

public class PrototypeAttribute
extends Object

Tag attribute to identify beans for which the target should be a prototype (new instance per invocation)

Author:
Rod Johnson

Constructor Summary
PrototypeAttribute()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrototypeAttribute

public PrototypeAttribute()


Copyright (c) 2002-2007 The Spring Framework Project.