j

jaxb-booleangetter-plugin

JAXB 2.1.x XJC Boolean-Getter Plugin This plugin causes getter methods for Boolean Objects to be called "getXX" instead of "isXX". Downloaded from http://fisheye5.atlassian.com/browse/~raw,r=1.1/jaxb2-commons/www/boolean-getter/index.html on 18/03/10 Yiannis Paschalidis Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.
https://github.com/Sanity4J/Sanity4J
GPLv3
The Sanity4J project
Yiannis Paschalidis Darian Bridge
Files download
File Operation
jaxb-booleangetter-plugin-1.0.jar download
jaxb-booleangetter-plugin-1.0.pom download
jaxb-booleangetter-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sanity4j</groupId>
  <artifactId>jaxb-booleangetter-plugin</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.sanity4j:jaxb-booleangetter-plugin:1.0'
Gradle Kotlin
implementation("com.github.sanity4j:jaxb-booleangetter-plugin:1.0")
Scala SBT
libraryDependencies += "com.github.sanity4j" % "jaxb-booleangetter-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sanity4j', module='jaxb-booleangetter-plugin', version='1.0')
)
Apache Ivy
<dependency org="com.github.sanity4j" name="jaxb-booleangetter-plugin" rev="1.0" />
Leiningen
[com.github.sanity4j/jaxb-booleangetter-plugin "1.0"]
Apache Buildr
'com.github.sanity4j:jaxb-booleangetter-plugin:jar:1.0'
Dependencies