- 所有超级接口:
- okhttp3.Interceptor
- 所有已知实现类:
- BasePathMatchInterceptor
public interface PrototypeInterceptor
extends okhttp3.Interceptor
拦截器标记接口
该接口的实现类在spring容器中的scope会自动修改为prototype
Interceptor marking interface
The scope of the implementation class of this interface in the spring container will be automatically modified to prototype
- 作者:
- 陈添明