Stereotype annotations like @Service
should add @AliasFor
for @Component
[SPR-16066]
#20615
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Yanming Zhou opened SPR-16066 and commented
@Service
is a specialization of@Component
, like@GetMapping
is a specialization of@RequestMapping
,@Service
should add@AliasFor
like@GetMapping
We can get metadata from annotation via unified code
Referenced from: commits 43b5e21, 625737f
The text was updated successfully, but these errors were encountered: