]> gcc.gnu.org Git - gcc.git/blob - libjava/java/io/Serializable.java
Initial revision
[gcc.git] / libjava / java / io / Serializable.java
1 /* Copyright (C) 1998, 1999 Cygnus Solutions
2
3 This file is part of libgcj.
4
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7 details. */
8
9 package java.io;
10
11 /**
12 * @author Warren Levy <warrenl@cygnus.com>
13 * @date August 18, 1998.
14 */
15 /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
16 * Status: Believed complete
17 */
18
19 public interface Serializable
20 {
21 }
This page took 0.034135 seconds and 5 git commands to generate.