blob: 5e04dcce8ec920754b4e9fe81e110c7a2e6935f1 [file] [log] [blame]
/*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.matchers;
import java.io.Serializable;
public interface VarargMatcher extends Serializable {
}