接口 Advisor

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      AdvicegetAdvice()
      Return the advice part of this aspect.
      booleanisPerInstance()
      Return whether this advice is associated with a particular instance (for example, creating a mixin) or shared with all instances of the advised class obtained from the same Spring bean factory.
    • 方法详细资料

      • isPerInstance

        boolean isPerInstance()
        Return whether this advice is associated with a particular instance (for example, creating a mixin) or shared with all instances of the advised class obtained from the same Spring bean factory.

        Note that this method is not currently used by the framework. Typical Advisor implementations always return true. Use singleton/prototype bean definitions or appropriate programmatic proxy creation to ensure that Advisors have the correct lifecycle model.

        返回:
        whether this advice is associated with a particular target instance