The Spring Framework

Uses of Class
org.springframework.aop.aspectj.SingletonAspectInstanceFactory

Packages that use SingletonAspectInstanceFactory
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
 

Uses of SingletonAspectInstanceFactory in org.springframework.aop.aspectj.annotation
 

Subclasses of SingletonAspectInstanceFactory in org.springframework.aop.aspectj.annotation
 class SingletonMetadataAwareAspectInstanceFactory
          Implementation of MetadataAwareAspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every getAspectInstance() call.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.