-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Rob Winch opened SPR-10514 and commented
Currently AnnotationAwareOrderComparator does not work on proxied classes because it does not look at the parent class. To resolve this, it would be good to find the Order annotation using AnnotationUtils.findAnnotation
If this is acceptable, I can go ahead and push a fix for this.
Affects: 3.2.2
Issue Links:
- Annotations on generic interface methods not found by AnnotationUtils [SPR-16060] #20609 Annotations on generic interface methods not found by AnnotationUtils
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement