package com.cloudant.http; /** * A marker interface for all HttpConnectionInterceptors. */ public interface HttpConnectionInterceptor { }