All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.inugami.commons.marshaling.jaxb.JaxbAdapterSpi Maven / Gradle / Ivy

There is a newer version: 3.3.5
Show newest version
package io.inugami.commons.marshaling.jaxb;


import javax.xml.bind.annotation.adapters.XmlAdapter;

@SuppressWarnings({"java:S1452"})
public interface JaxbAdapterSpi {

    XmlAdapter getAdapter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy