Last Version

JAXB Attribute Initialization Plugin 0.1

XJC plugin that adds initializes attribute values on JAXB classes that are defined with a default value for the attribute. Surprisingly, this isn't the default behavior of the XJC plugin.

License

License

GroupId

GroupId

com.massfords
ArtifactId

ArtifactId

jaxb-attr-init
Version

Version

0.1
Type

Type

jar
Description

Description

JAXB Attribute Initialization Plugin
XJC plugin that adds initializes attribute values on JAXB classes that are defined with a default value for the attribute. Surprisingly, this isn't the default behavior of the XJC plugin.
Project URL

Project URL

https://github.com/massfords/jaxb-attr-init
Source Code Management

Source Code Management

https://github.com/massfords/jaxb-attr-init

Download jaxb-attr-init 0.1


<!-- https://jarcasting.com/artifacts/com.massfords/jaxb-attr-init/ -->
<dependency>
    <groupId>com.massfords</groupId>
    <artifactId>jaxb-attr-init</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.massfords/jaxb-attr-init/
implementation 'com.massfords:jaxb-attr-init:0.1'
// https://jarcasting.com/artifacts/com.massfords/jaxb-attr-init/
implementation ("com.massfords:jaxb-attr-init:0.1")
'com.massfords:jaxb-attr-init:jar:0.1'
<dependency org="com.massfords" name="jaxb-attr-init" rev="0.1">
  <artifact name="jaxb-attr-init" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massfords', module='jaxb-attr-init', version='0.1')
)
libraryDependencies += "com.massfords" % "jaxb-attr-init" % "0.1"
[com.massfords/jaxb-attr-init "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jvnet.jaxb2_commons : jaxb2-basics-tools jar 0.9.4

provided (2)

Group / Artifact Type Version
org.glassfish.jaxb : codemodel jar 2.2.11
org.glassfish.jaxb : jaxb-xjc jar 2.2.11

test (5)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 2.2.1
org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-testing jar 0.12.3
org.jvnet.jaxb2_commons : jaxb2-basics-annotate jar 1.0.1
commons-io : commons-io jar 1.4
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.