mirror of
https://gitee.com/dromara/hutool.git
synced 2025-12-20 03:50:01 +08:00
Pre Merge pull request !1323 from 会飞的行李/v5-dev
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user