mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
Pre Merge pull request !1322 from 会飞的行李/v5-dev
This commit is contained in:
commit
72fcae7aac
@ -103,7 +103,7 @@ public class CombinationAnnotationElement implements AnnotatedElement, Serializa
|
||||
parseDeclared(declaredAnnotations);
|
||||
|
||||
final Annotation[] annotations = element.getAnnotations();
|
||||
if (Arrays.equals(declaredAnnotations, annotations)) {
|
||||
if (declaredAnnotations.length == annotations.length) {
|
||||
this.annotationMap = this.declaredAnnotationMap;
|
||||
} else {
|
||||
this.annotationMap = new TableMap<>();
|
||||
|
Loading…
Reference in New Issue
Block a user