Support @Scope(proxyMode) during component-scanning/autowiring lifecycle [SPR-5550] #10221
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Chris Beams opened SPR-5550 and commented
In order to support
@Configuration
class processing, the following is now possible:The same should also be true when
@Scope
is used at the type level:The latter case is not yet supported.
Note that if a type 'Foo' is type annotated with
@Scope
, that annotation is ignored during@Configuration
class processing.@Scope
(or the lack thereof) at the method level in conjunction with a@Bean
annotation is the only metadata that is respected.No further details from SPR-5550
The text was updated successfully, but these errors were encountered: