n

nocomment-plugin

Plugin for X2J which removes all Javadoc comments from the generated Java classes before writing them to disk.
https://github.com/buschmais/x2j-no-comment
GNU General Public License, v3
buschmais GbR
Oliver Fischer Dirk Mahler
Files download
File Operation
nocomment-plugin-0.1.jar download
nocomment-plugin-0.1.pom download
nocomment-plugin-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.x2j.nocomment</groupId>
  <artifactId>nocomment-plugin</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.x2j.nocomment:nocomment-plugin:0.1'
Gradle Kotlin
implementation("com.buschmais.x2j.nocomment:nocomment-plugin:0.1")
Scala SBT
libraryDependencies += "com.buschmais.x2j.nocomment" % "nocomment-plugin" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.x2j.nocomment', module='nocomment-plugin', version='0.1')
)
Apache Ivy
<dependency org="com.buschmais.x2j.nocomment" name="nocomment-plugin" rev="0.1" />
Leiningen
[com.buschmais.x2j.nocomment/nocomment-plugin "0.1"]
Apache Buildr
'com.buschmais.x2j.nocomment:nocomment-plugin:jar:0.1'