Skip to content

Commit

Permalink
Remove "@beanage" from reference documentation
Browse files Browse the repository at this point in the history
Issue: SPR-8327
  • Loading branch information
cbeams committed May 13, 2011
1 parent f8a2dd3 commit df5bab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit df5bab3

Please sign in to comment.