Remove "@BeanAge" from reference documentation

Issue: SPR-8327
This commit is contained in:
Chris Beams 2011-05-13 03:40:26 +00:00
parent f8a2dd3f65
commit df5bab3454
1 changed files with 1 additions and 1 deletions

View File

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