![JAR search and dependency download from the Maven repository](/logo.png)
io.github.threetenjaxb.core.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of threeten-jaxb-core Show documentation
Show all versions of threeten-jaxb-core Show documentation
JAXB adapters for Java 8 Date and Time API (JSR-310) types
The newest version!
/**
* XmlAdapters for the {@link java.time} API.
*
* These classes implement {@link jakarta.xml.bind.annotation.adapters.XmlAdapter} and can be used with the {@link jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter} annotation.
*
*
XJC Bindings Example
*
{@code
*
*
*
*
*
*
* }
*
* Note: If you need support for XML Schema dateTime-timezones, use {@link java.time.OffsetDateTime} instead of {@link java.time.LocalDateTime}.
*/
package io.github.threetenjaxb.core;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy