mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
10 lines
226 B
Java
Generated
10 lines
226 B
Java
Generated
/*
|
|
* Copyright (c) 2007 Mockito contributors
|
|
* This program is made available under the terms of the MIT License.
|
|
*/
|
|
package org.mockito;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public interface MockSettings extends Serializable {
|
|
} |