aboutsummaryrefslogtreecommitdiff
path: root/ebics/src/main/kotlin/ebics_hev/package-info.java
blob: 8d2c7b54e1f739e12fa02799c6334ea50c35aacc (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.ebics.ebics_hev;

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