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