package test; import java.util.List; public interface GenericInterfaceParametersWithBounds & Cloneable, B extends List> { void method(A[] a, B b); }