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

io.github.nichetoolkit.rest.constant.XmlConstants Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package io.github.nichetoolkit.rest.constant;

/**
 * 

XmlConstants

* @author Cyan ([email protected]) * @version v1.0.0 */ public interface XmlConstants { String XML_HEADERS_KEY = "com.sun.xml.internal.bind.xmlHeaders"; String XML_HEADERS_VALUE = ""; String XML_DECLARATION = "com.sun.xml.internal.bind.xmlDeclaration"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy