mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
Merge pull request #3267 from dragonflyings/v5-dev-1
Update CombinationAnnotationElement.java
This commit is contained in:
commit
e8d9bdf502
@ -143,7 +143,7 @@ public class CombinationAnnotationElement implements AnnotatedElement, Serializa
|
|||||||
annotationType = annotation.annotationType();
|
annotationType = annotation.annotationType();
|
||||||
// issue#I5FQGW@Gitee:跳过元注解和已经处理过的注解,防止递归调用
|
// issue#I5FQGW@Gitee:跳过元注解和已经处理过的注解,防止递归调用
|
||||||
if (AnnotationUtil.isNotJdkMateAnnotation(annotationType)
|
if (AnnotationUtil.isNotJdkMateAnnotation(annotationType)
|
||||||
&& false == declaredAnnotationMap.containsKey(annotationType)) {
|
&& false == annotationMap.containsKey(annotationType)) {
|
||||||
if(test(annotation)){
|
if(test(annotation)){
|
||||||
annotationMap.put(annotationType, annotation);
|
annotationMap.put(annotationType, annotation);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user