Uses of Class
org.springframework.aop.aspectj.SingletonAspectInstanceFactory
Package
Description
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
-
Uses of SingletonAspectInstanceFactory in org.springframework.aop.aspectj.annotation
Modifier and TypeClassDescriptionclass
Implementation ofMetadataAwareAspectInstanceFactory
that is backed by a specified singleton object, returning the same instance for everygetAspectInstance()
call.