类 SingletonAspectInstanceFactory

java.lang.Object
cn.taketoday.aop.aspectj.SingletonAspectInstanceFactory
所有已实现的接口:
AspectInstanceFactory, Ordered, Serializable
直接已知子类:
SingletonMetadataAwareAspectInstanceFactory

public class SingletonAspectInstanceFactory extends Object implements AspectInstanceFactory, Serializable
Implementation of AspectInstanceFactory that is backed by a specified singleton object, returning the same instance for every getAspectInstance() call.
从以下版本开始:
4.0
作者:
Rod Johnson, Juergen Hoeller
另请参阅:
  • 构造器详细资料

    • SingletonAspectInstanceFactory

      public SingletonAspectInstanceFactory(Object aspectInstance)
      Create a new SingletonAspectInstanceFactory for the given aspect instance.
      参数:
      aspectInstance - the singleton aspect instance
  • 方法详细资料