@Retention(value=RUNTIME) @Target(value=TYPE) @Import(value=JaxRsWebClientConfiguration.class) public @interface EnableJaxRsWebClient
WebClient
.
JAX-RS providers (annotated with @Provider) and marked as Spring Components are added to WebClient.
The providers which are not marked as Spring Components can also be optionally auto-discovered.
WebClient can also be configured with optional headers such as Accept and Content-Type and made thread-safe.Apache CXF