com.github.loicoudot.java4cpp.configuration.package-info Maven / Gradle / Ivy
/**
* Java beans for JAXB marshalling / unmarshalling of mappings and templates XML files.
* @author Loic Oudot
*
*/
@XmlSchema(namespace = "http://java4cpp.loicoudot.github.com", elementFormDefault = XmlNsForm.QUALIFIED)
package com.github.loicoudot.java4cpp.configuration;
import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy