¡@

Home 

java Programming Glossary: foomethod

Type erasure, overriding and generics

http://stackoverflow.com/questions/502614/type-erasure-overriding-and-generics

Can someone explain to me why @Override public void fooMethod Class c doesn't override public void fooMethod Class c and gives.. public void fooMethod Class c doesn't override public void fooMethod Class c and gives me the following errors instead Name clash.. me the following errors instead Name clash The method fooMethod Class of type SubClass has the same erasure as fooMethod Class..