Skip to content

Support retrieval of nested annotations in AnnotationAttributes [SPR-13074] #17666

@spring-projects-issues

Description

@spring-projects-issues

Sam Brannen opened SPR-13074 and commented

AnnotationAttributes has always provided support for retrieving nested instances and arrays of AnnotationAttributes, but it has never provided explicit support for retrieving nested annotations and nested arrays of annotations in a type-safe (i.e., cast-free) manner.

The goal of this issue is to introduce support for retrieving nested annotations that is on par with the existing support for retrieving nested AnnotationAttributes.


Referenced from: commits a2f152c

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions