]> gcc.gnu.org Git - gcc.git/blob - libjava/gnu/gcj/RawData.java
577ad33b1e447a9cfaf7365dc93a8596ad862ae8
[gcc.git] / libjava / gnu / gcj / RawData.java
1 /* Copyright (C) 1999 Red Hat, Inc.
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 }
This page took 0.033934 seconds and 4 git commands to generate.