Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2018-03-04 00:22:50 +00:00
parent e43e7316a7
commit dc4f6b180b

View File

@ -1198,6 +1198,12 @@ public class Something {
}
```
**This rule has the following properties:**
|Name|Default Value|Description|
|----|-------------|-----------|
|ignoredAnnotations|[java.lang.Deprecated, javafx.fxml.FXML]|Fully qualified names of the annotation types that should be ignored by this rule|
**Use this rule by referencing it:**
``` xml
<rule ref="category/java/bestpractices.xml/UnusedPrivateField" />