New class.

From-SVN: r26783
This commit is contained in:
Per Bothner 1999-05-05 05:26:37 -07:00
parent 8b91074ea7
commit 24dc3000dd
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package gnu.gcj;
/** A type uses to indicate pointers to non-Java data. */
public final class RawData
{
private RawData() { }
}