KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > methodresolver > p1 > AnotherType


1 /*******************************************************************************
2  * Copyright (c) 2006 Mountainminds GmbH & Co. KG
3  * This software is provided under the terms of the Eclipse Public License v1.0
4  * See http://www.eclipse.org/legal/epl-v10.html.
5  *
6  * $Id: AnotherType.java 13 2006-08-28 20:07:41Z mho $
7  ******************************************************************************/

8 package methodresolver.p1;
9
10 /**
11  * Test project for unit tests.
12  *
13  * @author Marc R. Hoffmann
14  * @version $Revision: 13 $
15  */

16 public class AnotherType {
17
18 }
19
Popular Tags