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