Annotation Type NetworkInterceptor


  • @Target({METHOD,FIELD,CONSTRUCTOR})
    @Retention(RUNTIME)
    @Qualifier
    public @interface NetworkInterceptor
    A Qualifier annotation for OkHttp3-Interceptors.
    See Also:
    ApplicationInterceptor