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