Michał B opened SPR-10459 and commented
When configuration is specified like this, ComponentScan ignores annotation @Lazy
and every bean found in "org.dzik" is created eagerly.
@Configuration
@Lazy
@ComponentScan
("org.dzik")
public class BasicConfiguration {
}
Affects: 3.2.2
Attachments:
Issue Links:
4 votes, 8 watchers