aboutsummaryrefslogtreecommitdiff
path: root/util/src/main/kotlin/ebics_hev/package-info.java
blob: ad7de3331ba66e8298c0782da49526f64c138c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * This package-info.java file defines the default namespace for the JAXB bindings
 * defined in the package.
 */

@XmlSchema(
        namespace = "http://www.ebics.org/H000",
        elementFormDefault = XmlNsForm.QUALIFIED
)
package tech.libeufin.util.ebics_hev;

import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;