org.springframework.oxm.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
/**
* Root package for Spring's O/X Mapping integration classes.
* Contains generic Marshaller and Unmarshaller interfaces,
* and XmlMappingExceptions related to O/X Mapping
*/
@NonNullApi
@NonNullFields
package org.springframework.oxm;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;