org.springframework.web.service.package-info Maven / Gradle / Ivy
/**
* Annotations to declare an HTTP service contract with request methods along
* with a proxy factory backed by client-driven implementation.
*/
@NonNullApi
@NonNullFields
package org.springframework.web.service;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;