Package org.springframework.aop.aspectj
Interface InstantiationModelAwarePointcutAdvisor
- All Superinterfaces:
- Advisor,- PointcutAdvisor
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.
- Since:
- 2.0
- Author:
- Rod Johnson, Juergen Hoeller
- 
Field SummaryFields inherited from interface org.springframework.aop.AdvisorEMPTY_ADVICE
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn whether this advisor has already instantiated its advice.booleanisLazy()Return whether this advisor is lazily initializing its underlying advice.Methods inherited from interface org.springframework.aop.AdvisorgetAdvice, isPerInstanceMethods inherited from interface org.springframework.aop.PointcutAdvisorgetPointcut
- 
Method Details- 
isLazyboolean isLazy()Return whether this advisor is lazily initializing its underlying advice.
- 
isAdviceInstantiatedboolean isAdviceInstantiated()Return whether this advisor has already instantiated its advice.
 
-