import java.util.Collections; import java.util.List; public class Test { List<Test> foo() { return Collections.emptyList(); } }