Skip to content

Commit df5bab3

Browse files
committed
Remove "@beanage" from reference documentation
Issue: SPR-8327
1 parent f8a2dd3 commit df5bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-framework-reference/src/beans-classpath-scanning.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public class FactoryMethodComponent {
314314

315315
// use of a custom qualifier and autowiring of method parameters
316316

317-
@Bean @BeanAge(1)
317+
@Bean
318318
protected TestBean protectedInstance(@Qualifier("public") TestBean spouse,
319319
@Value("#{privateInstance.age}") String country) {
320320
TestBean tb = new TestBean("protectedInstance", 1);

0 commit comments

Comments
 (0)