c

checkstyle-requirejavadoctag

A simple example of custom checkstyle rule. It checks the existence of a javadoc tag
http://github.com/bmaggi/checkstyle-requirejavadoctag
The GNU Lesser General Public License, Version 2.1
Benoît Maggi
Files download
File Operation
checkstyle-requirejavadoctag-0.1.2.jar download
checkstyle-requirejavadoctag-0.1.2.pom download
checkstyle-requirejavadoctag-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bmaggi</groupId>
  <artifactId>checkstyle-requirejavadoctag</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.bmaggi:checkstyle-requirejavadoctag:0.1.2'
Gradle Kotlin
implementation("com.github.bmaggi:checkstyle-requirejavadoctag:0.1.2")
Scala SBT
libraryDependencies += "com.github.bmaggi" % "checkstyle-requirejavadoctag" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bmaggi', module='checkstyle-requirejavadoctag', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.bmaggi" name="checkstyle-requirejavadoctag" rev="0.1.2" />
Leiningen
[com.github.bmaggi/checkstyle-requirejavadoctag "0.1.2"]
Apache Buildr
'com.github.bmaggi:checkstyle-requirejavadoctag:jar:0.1.2'