Browse Source

Remove "@BeanAge" from reference documentation

Issue: SPR-8327

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4299 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Chris Beams 15 years ago
parent
commit
4e1de28861
  1. 2
      spring-framework-reference/src/beans-classpath-scanning.xml

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

@ -314,7 +314,7 @@ public class FactoryMethodComponent { @@ -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);

Loading…
Cancel
Save