View Javadoc
1 /* file name : Object.java 2 * authors : Christopher Ellsworth (Chris@chrisellsworth.com) 3 * : Clarence Alston 4 * created : 11/06/2002 08:03:20 5 * copyright : 6 * 7 * modifications: 8 * 9 */ 10 package jrre.api.java.lang; 11 12 /*** 13 * Object implementation for the JRRE system. 14 * 15 * @author Christopher Ellsworth (Chris@chrisellsworth.com) 16 * @author Clarence Alston 17 */ 18 public class Object { 19 20 21 }

This page was automatically generated by Maven