-
Notifications
You must be signed in to change notification settings - Fork 38.7k
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
Stéphane Nicoll opened SPR-14437 and commented
See #6337 for some context.
The following code does not behave the same way, considering that FooBar
has some @AliasFor
declaration:
AnnotationAttributes attributes = AnnotationAttributes.fromMap(
metadata.getAnnotationAttributes(FooBar.class.getName()));
This code works as expected with StandardAnnotationMetadata
while AnnotationMetadataReadingVisitor
does not seem to work.
Affects: 4.3.1
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