4 lines
77 B
Java
4 lines
77 B
Java
|
import java.io.*;
|
||
|
|
||
|
public interface AnotherInterface extends Serializable {}
|