blob: 341c82fc0c426b3ae27eb95716e85416e2b61cc2 [file] [log] [blame]
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details. */
package gnu.gcj;
/** A type used to indicate special data used by native code that should not
be marked by the garbage collector. */
public final class RawData
{
private RawData() { }
}