import java.util.List; public interface Foo { List createList(); }