blob: 299bc160556c235cd04dfaf7f422b25732800658 [file] [log] [blame]
/*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.invocation.realmethod;
import java.io.Serializable;
import org.mockito.internal.creation.MockitoMethodProxy;
public interface HasCGLIBMethodProxy extends Serializable {
MockitoMethodProxy getMethodProxy();
}