1 //==============================================================================2 // Created on 2005-10-313 // $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