public class PrototypeAspectInstanceFactory extends BeanFactoryAspectInstanceFactory
Note that this may instantiate multiple times, which probably won't give the
semantics you expect. Use a LazySingletonAspectInstanceFactoryDecorator
to wrap this to ensure only one new aspect comes back.
BeanFactory,
LazySingletonAspectInstanceFactoryDecoratorHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
PrototypeAspectInstanceFactory(BeanFactory beanFactory,
String name)
Create a PrototypeAspectInstanceFactory.
|
getAspectClassLoader, getAspectInstance, getAspectMetadata, getOrder, toStringpublic PrototypeAspectInstanceFactory(BeanFactory beanFactory, String name)
beanFactory - the BeanFactory to obtain instance(s) fromname - the name of the bean