JAXB Visitor Plugin · XJC plugin that adds the Visitor pattern to JAXB generated classes. Generates a simple Visitor interface as well as separate Traverser and sample implementations to perform depth first traversals of JAXB graphs.
Group: com.massfords - All Dependencies
jaxb-visitor
3.1.0
jaxb-attr-init
0.3
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.
i18njson Maven Plugin · Maven plugin which validates i18n language files to ensure that all property values are strings, and there are no duplicate keys at compile time.
Javac Effectively Final Compiler Plugin · Javac plugin that requires method parameters to either be explicitly final or effectively final. This enforces the best practice of treating the parameters as final without the burden of having to type final everywhere.