Suppose you want write a jaxb class in groovy. Why? Because you do not have to write these all getters, setters and other methods. You only have to write your fields down. Read more
Tag: jaxb
JAXB and unmappable character for encoding UTF-8
Using locale specific characters in schema or wsdl (i.e. for documentation purpose) is still quite problematic. Especially if you are using JAXB to generate wsdl2java Read more
xjc extension – @Generated
A lot of projects depend on generated code. We use XmlBeans, JAXB, doclet and various modelling tools on a daily basis. A lot of projects use static code analysis for code Read more