public interface

InstantiationModelAwarePointcutAdvisor

implements PointcutAdvisor
org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor

Class Overview

Interface to be implemented by Spring AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy. For example, a perThis instantiation model would mean lazy initialization of the advice.

Summary

Public Methods
abstract boolean isAdviceInstantiated()
Return whether this advisor has already instantiated its advice.
abstract boolean isLazy()
Return whether this advisor is lazily initializing its underlying advice.
[Expand]
Inherited Methods
From interface org.springframework.aop.Advisor
From interface org.springframework.aop.PointcutAdvisor

Public Methods

public abstract boolean isAdviceInstantiated ()

Return whether this advisor has already instantiated its advice.

public abstract boolean isLazy ()

Return whether this advisor is lazily initializing its underlying advice.