com.sdklite.sphere.hybrid.AbstractWebRequestInterceptor Maven / Gradle / Ivy
package com.sdklite.sphere.hybrid;
import com.sdklite.sphere.hybrid.spi.WebRequestInterceptor;
/**
* The abstraction of interface {@link WebRequestInterceptor}
*
* @author johnsonlee
* @since 1.0.0
*/
public abstract class AbstractWebRequestInterceptor implements WebRequestInterceptor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy