import java.util.List; public interface GenericMethodInterface { public List getStuff(); }