import java.util.List; /* * Created on Aug 19, 2008 */ public class GenericMethodImpl2 extends GenericMethodImpl { @Override public List getStuff() { return super.getStuff(); } }