org.bonitasoft.engine.bdm.model.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bonita-common Show documentation
Show all versions of bonita-common Show documentation
Bonita Common is the useful layer common to bonita-client and bonita-server
@XmlSchema(namespace = "http://documentation.bonitasoft.com/bdm-xml-schema/1.0", elementFormDefault = XmlNsForm.QUALIFIED, xmlns = {
@XmlNs(prefix = "", namespaceURI = "http://documentation.bonitasoft.com/bdm-xml-schema/1.0") })
package org.bonitasoft.engine.bdm.model;
import javax.xml.bind.annotation.XmlNs;
import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;