support binding of generic interfaces from SpringModule
This commit is contained in:
committed by
Dave Syer
parent
9dae979d39
commit
061aef36f2
@@ -61,7 +61,10 @@ public class SpringModuleWiringTests extends AbstractCompleteWiringTests {
|
||||
public Thing that() {
|
||||
return new Thing();
|
||||
}
|
||||
|
||||
|
||||
@Bean
|
||||
public Parameterized<String> parameterizedBean() {
|
||||
return new Parameterized<String>(){};
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user