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

java.lang.Object
  extended byorg.springframework.aop.framework.autoproxy.metadata.PrototypeAttribute

public class PrototypeAttribute
extends java.lang.Object

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

Author:
Rod Johnson

Constructor Summary
PrototypeAttribute()
           
 
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) 2003-2004 The Spring Framework Project.