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

@XmlSchema(
        namespace = "urn:org:ebics:H005",
        elementFormDefault = XmlNsForm.QUALIFIED
)
package tech.libeufin.util.ebics_h005;
import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;