Fail fast if a @Bean
method declares @Autowired
as well
#33051
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Along the lines of #31007 in 6.1, we intend to tighten
@Bean
processing further in 6.2: rejecting an accidental@Autowired
annotation on a@Bean
method, following up on #33030.The text was updated successfully, but these errors were encountered: