| org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor |
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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return whether this advisor has already instantiated its advice.
| |||||||||||
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
| |||||||||||||||
Return whether this advisor has already instantiated its advice.
Return whether this advisor is lazily initializing its underlying advice.
