package test; import java.util.List; public interface GenericInterfaceParameterWithSelfBound> { T method(T t); }