abstract class AspectJAopUtils
Utility methods for dealing with AspectJ advisors.
Author
Adrian Colyer
Author
Juergen Hoeller
Since
2.0
AspectJAopUtils()
Utility methods for dealing with AspectJ advisors. |
open static fun getAspectJPrecedenceInformationFor(anAdvisor: Advisor): AspectJPrecedenceInformation
Return the AspectJPrecedenceInformation provided by this advisor or its advice. If neither the advisor nor the advice have precedence information, this method will return |
|
open static fun isAfterAdvice(anAdvisor: Advisor): Boolean
Return |
|
open static fun isBeforeAdvice(anAdvisor: Advisor): Boolean
Return |