KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tirsen > nanning > Intf


1 /*
2  * Nanning Aspects
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7
8 package com.tirsen.nanning;
9
10 /**
11  * TODO document Intf
12  *
13  * <!-- $Id: Intf.java,v 1.2 2003/03/21 17:11:14 lecando Exp $ -->
14  *
15  * @author $Author: lecando $
16  * @version $Revision: 1.2 $
17  */

18 public interface Intf {
19     void call();
20 }
21
Popular Tags