KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > tests > jfun > yan > interceptor > BarInterceptor


1 //==============================================================================
2
// Created on 2005-10-31
3
// $Id: BarInterceptor.java,v 1.1 2006/01/06 16:59:22 ajoo Exp $
4
//==============================================================================
5
package tests.jfun.yan.interceptor;
6
7 public interface BarInterceptor {
8
9 }
10
Popular Tags