forked from phoedos/pmd
Update documentation
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user