Skip to content

Class meta-annotated with @Reflective and annotated with @RegisterReflectionForBinding is only processed by SimpleReflectiveProcessor #29193

Closed
@wilkinsona

Description

@wilkinsona

Affects: 6.0.0-M5

I am trying to use @RegisterReflectionForBinding on a class annotated with Spring Boot's @Endpoint. @Endpoint is meta-annotated with @Reflective. When the annotated class is processed by ReflectiveRuntimeHintsRegistrar, SimpleReflectiveProcessor from @Reflective is used but RegisterReflectionForBindingProcessor from @ RegisterReflectionForBinding is not.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)theme: aotAn issue related to Ahead-of-time processingtype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions