public abstract class AspectJProxyUtils
extends java.lang.Object
| Constructor and Description |
|---|
AspectJProxyUtils() |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
isAspectJAdvice(Advisor advisor)
Determine whether the given Advisor contains an AspectJ advice.
|
static boolean |
makeAdvisorChainAspectJCapableIfNecessary(java.util.List<Advisor> advisors)
Add special advisors if necessary to work with a proxy chain that contains AspectJ advisors.
|
public static boolean makeAdvisorChainAspectJCapableIfNecessary(java.util.List<Advisor> advisors)
advisors - Advisors availabletrue if any special Advisors were added, otherwise false.private static boolean isAspectJAdvice(Advisor advisor)
advisor - the Advisor to check