import java.util.Collection; public class Implementation implements GenericInterface>{ public Collection doSomething(Class> type) { return null; } }