public class AopUtil extends Object
Constructor and Description |
---|
AopUtil() |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getMethodAnnotation(org.aspectj.lang.JoinPoint joinPoint,
Class<T> annotationClass)
获取切面方法上的注解
|
public <T extends Annotation> T getMethodAnnotation(org.aspectj.lang.JoinPoint joinPoint, Class<T> annotationClass)
Copyright © 2023. All rights reserved.