Polishing

This commit is contained in:
Juergen Hoeller
2014-08-15 00:58:05 +02:00
parent a31ebb6c1e
commit 0c0d23d0f4
2 changed files with 3 additions and 9 deletions

View File

@@ -250,7 +250,7 @@ public class BeanMethodPolymorphismTests {
return "regular";
}
@Bean
@Bean @Lazy
String aString(Integer dependency) {
return "overloaded" + dependency;
}