Package org.apereo.cas.util
Class AopUtils
- java.lang.Object
-
- org.apereo.cas.util.AopUtils
-
public class AopUtils extends java.lang.ObjectUtility class to assist with AOP operations.- Since:
- 3.4
-
-
Constructor Summary
Constructors Constructor Description AopUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.aspectj.lang.JoinPointunWrapJoinPoint(org.aspectj.lang.JoinPoint point)Unwraps a join point that may be nested due to layered proxies.
-