Remove "@BeanAge" from reference documentation

Issue: SPR-8327
master
Chris Beams 14 years ago
parent f8a2dd3f65
commit df5bab3454
  1. 2
      spring-framework-reference/src/beans-classpath-scanning.xml

@ -314,7 +314,7 @@ public class FactoryMethodComponent {
// use of a custom qualifier and autowiring of method parameters // use of a custom qualifier and autowiring of method parameters
@Bean @BeanAge(1) @Bean
protected TestBean protectedInstance(@Qualifier("public") TestBean spouse, protected TestBean protectedInstance(@Qualifier("public") TestBean spouse,
@Value("#{privateInstance.age}") String country) { @Value("#{privateInstance.age}") String country) {
TestBean tb = new TestBean("protectedInstance", 1); TestBean tb = new TestBean("protectedInstance", 1);

Loading…
Cancel
Save