Annotation Type ApplicationInterceptor


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