类 SingletonMetadataAwareAspectInstanceFactory

java.lang.Object
infra.aop.aspectj.SingletonAspectInstanceFactory
infra.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
所有已实现的接口:
MetadataAwareAspectInstanceFactory, AspectInstanceFactory, infra.core.Ordered, Serializable

public class SingletonMetadataAwareAspectInstanceFactory extends SingletonAspectInstanceFactory implements MetadataAwareAspectInstanceFactory, Serializable
Implementation of MetadataAwareAspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every SingletonAspectInstanceFactory.getAspectInstance() call.
从以下版本开始:
4.0
作者:
Rod Johnson, Juergen Hoeller
另请参阅: