**[Marius Bogoevici](https://jira.spring.io/secure/ViewProfile.jspa?name=mbogoevici)** opened **[INT-559](https://jira.spring.io/browse/INT-559?redirect=false)** and commented See http://forum.springframework.org/showthread.php?t=66168 Essentially, when having something like this: public static class GenericTestService\<T> { public void genericMethod(T payload) {} } public static class ConcreteTestService extends GenericTestService\<String> { } genericMethod is not resolved properly. --- No further details from [INT-559](https://jira.spring.io/browse/INT-559?redirect=false)