KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jmock > examples > timedcache > Timestamp


1 /* Copyright (c) 2000-2004 jMock.org
2  */

3 package org.jmock.examples.timedcache;
4
5 /**
6  * @author sfreeman
7  * <p/>
8  * To change the template for this generated type comment go to
9  * Window - Preferences - Java - Code Generation - Code and Comments
10  */

11 public interface Timestamp
12 {
13 }
14
Popular Tags