Allow to specify bean qualifier in an AOP @Around / @Before / ... [SPR-11217] #15842
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Francisco Lozano opened SPR-11217 and commented
Right now it's possible to specify bean(beanName), but it'd be great if you could say qualifier(whatever) so that you can wire aspects not only by bean name or by usual AspectJ pointcuts, but also by bean qualifier, so that any bean configured with
The same cannot be achieved simply with annotations, as annotation is at class-level and not at bean-level (and I can re-use same class in several beans).
Affects: 3.2.5
Issue Links:
Referenced from: commits 214c919
1 votes, 3 watchers
The text was updated successfully, but these errors were encountered: