public interface Interceptor { boolean before(); public Object intercept(Context context) throws Exception; boolean after(); }