org.springframework.remoting.package-info Maven / Gradle / Ivy
/**
* Exception hierarchy for Spring's remoting infrastructure,
* independent of any specific remote method invocation system.
*/
@NonNullApi
@NonNullFields
package org.springframework.remoting;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;