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

be.wegenenverkeer.atomium.play.jaxb.package.scala Maven / Gradle / Ivy

package be.wegenenverkeer.atomium.play

import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
import javax.xml.bind.annotation.{XmlAttribute, XmlElement, XmlElementRef, XmlValue}

import scala.annotation.meta.field

package object jaxb {

  type xmlElement = XmlElement@field
  type xmlElementRef = XmlElementRef@field
  type xmlAttribute = XmlAttribute@field
  type xmlValue = XmlValue@field
  type xmlTypeAdapter = XmlJavaTypeAdapter@field

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy