org.springframework.oxm.config.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-oxm Show documentation
Show all versions of spring-oxm Show documentation
Spring Object/XML Marshalling
/**
* Provides an namespace handler for the Spring Object/XML namespace.
*/
@NonNullApi
@NonNullFields
package org.springframework.oxm.config;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;