public class AspectJUtil extends Object
| Constructor and Description |
|---|
AspectJUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getMethod(org.aspectj.lang.reflect.MethodSignature methodSignature) |
static Method |
getMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) |
public static Method getMethod(org.aspectj.lang.reflect.MethodSignature methodSignature) throws NoSuchMethodException
NoSuchMethodExceptionpublic static Method getMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws NoSuchMethodException
NoSuchMethodException