KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

16 public interface Interceptor {
17 }
18
Popular Tags