public abstract class AspectJProxyUtils
extends java.lang.Object
Constructor and Description |
---|
AspectJProxyUtils() |
Modifier and Type | Method and Description |
---|---|
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
.Copyright © 2021. All rights reserved.