| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<InvalidJavadocTag> |
JavadocTags.invalidTags
Invalid validTags.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InvalidJavadocTag> |
JavadocTags.getInvalidTags()
Getter for invalidTags field.
|
| Constructor and Description |
|---|
JavadocTags(java.util.List<JavadocTag> tags,
java.util.List<InvalidJavadocTag> invalidTags)
Creates an instance.
|
Copyright © 2001-2022. All Rights Reserved.