org.springframework.web.client.package-info Maven / Gradle / Ivy
/**
* Core package of the client-side web support.
* Provides the RestTemplate and RestClient.
*/
@NonNullApi
@NonNullFields
package org.springframework.web.client;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;