Skip to content

Instantly share code, notes, and snippets.

@markoradinovic
Created January 6, 2016 12:56
Show Gist options
  • Select an option

  • Save markoradinovic/69b97598a4ae4f98e803 to your computer and use it in GitHub Desktop.

Select an option

Save markoradinovic/69b97598a4ae4f98e803 to your computer and use it in GitHub Desktop.
jaxb binding settings
<jaxb:bindings
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.0"
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" jaxb:extensionBindingPrefixes="xjc">
<jaxb:globalBindings generateElementProperty="false">
<xjc:simple />
</jaxb:globalBindings>
</jaxb:bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment