j

jaxb-substitution-plugin

A XJC plugin to fix eager generation of complicated fields when substitution head elements are referenced. The schema author will have to specifically target either the substitution head or the substitution head reference to enable this plugin.
https://github.com/fares-io/jaxb-substitution-plugin
The Apache Software License, Version 2.0
Niels Bertram
Files download
File Operation
jaxb-substitution-plugin-1.0.0.jar download
jaxb-substitution-plugin-1.0.0.pom download
jaxb-substitution-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fares.bind.xjc.plugins</groupId>
  <artifactId>jaxb-substitution-plugin</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.fares.bind.xjc.plugins:jaxb-substitution-plugin:1.0.0'
Gradle Kotlin
implementation("io.fares.bind.xjc.plugins:jaxb-substitution-plugin:1.0.0")
Scala SBT
libraryDependencies += "io.fares.bind.xjc.plugins" % "jaxb-substitution-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.fares.bind.xjc.plugins', module='jaxb-substitution-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="io.fares.bind.xjc.plugins" name="jaxb-substitution-plugin" rev="1.0.0" />
Leiningen
[io.fares.bind.xjc.plugins/jaxb-substitution-plugin "1.0.0"]
Apache Buildr
'io.fares.bind.xjc.plugins:jaxb-substitution-plugin:jar:1.0.0'