1 2 3 4 5 6 7
import java.util.List; public interface GenericMethodInterface { public <T extends Type1> List<T> getStuff(); }