**[Phil Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=pwebb)** opened **[SPR-10533](https://jira.spring.io/browse/SPR-10533?redirect=false)** and commented The `@Import` annotation could indicate that a class is a lite `@Configuration` (in the same way as `@Bean` does). --- **Affects:** 3.2.2 **Issue Links:** - #15288 `@Enable`* should be supported without `@Configuration` (_**"is duplicated by"**_) - #16391 `@ComponentScan` should get processed without `@Configuration` as well - #21739 Revisit `@Bean` introspection between `@Configuration` classes and 'lite' beans
Phil Webb opened SPR-10533 and commented
The
@Importannotation could indicate that a class is a lite@Configuration(in the same way as@Beandoes).Affects: 3.2.2
Issue Links:
@Enable* should be supported without@Configuration("is duplicated by")@ComponentScanshould get processed without@Configurationas well@Beanintrospection between@Configurationclasses and 'lite' beans