OSDN Git Service

9473fb05e5fa852902cf50716855cdd51574f48c
[pf3gnuchains/gcc-fork.git] / libjava / gnu / gcj / RawData.java
1 /* Copyright (C) 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 gnu.gcj;
10
11 /** A type uses to indicate pointers to non-Java data. */
12
13 public final class RawData
14 {
15    private RawData() { }
16 }