package b; import java.util.Collection; public interface Bar { public Collection getFoos(); }