/** * TCNJ Computer Science Research Group - Clay Project * Fall 2001 * * Filename: MyClass.java * Version: 2001092201 yyyymmddcm cm stands for changes made, the number of changes made to the file that day. * Last Change Made: I updated the foo() method as per discussion of 12/12/1212 * Last Change Made By: holmes (don't forget to add your name to the list of authors if you change something) * CurrentStatus: oneof checked out, free, frozen, freshly cooked (freshly cooked is when you check it back in, * but before it gets approved by rest of group to become free) * @author locasto2@tcnj.edu * @author hulme2@tcnj.edu */ package declarations; import my.java.package.*; /** * The specific Javadoc for the class goes here. Anything above package or imports is ignored by Javadoc, * so this is the place to include * stuff dealing with explaining the class in the big picture. * Please use JavaDoc documentation for all your Java classes. This gives us a nice easy way to * automatically produce documentation for the project. But please please please do NOT * overcomment like this paragraph unless your class or method needs a really technical * explaination. Plus, the more you talk, the more you're likely to make spelling errors. */ public class MyClass extends java.blah.Object implements java.rmi.Remote{ }