public abstract class AspectJProxyUtils extends Object
Constructor and Description |
---|
AspectJProxyUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
makeAdvisorChainAspectJCapableIfNecessary(List<Advisor> advisors)
Add special advisors if necessary to work with a proxy chain that contains AspectJ advisors.
|
public static boolean makeAdvisorChainAspectJCapableIfNecessary(List<Advisor> advisors)
advisors
- Advisors availabletrue
if any special Advisors
were added, otherwise false
.Copyright © 2015. All rights reserved.