From 4ae973ed1bb7685c801fd4c50fb2de3b8f1fd56f Mon Sep 17 00:00:00 2001 From: "Travis CI (pmd-bot)" Date: Mon, 17 Jun 2019 01:01:32 +0000 Subject: [PATCH] Update documentation TRAVIS_JOB_NUMBER=3857.1 TRAVIS_COMMIT_RANGE=5c38c08e4df5...ecfcfaf8aeab --- docs/pages/pmd/rules/java/design.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/pages/pmd/rules/java/design.md b/docs/pages/pmd/rules/java/design.md index 3458d95fba..a1bba57d0c 100644 --- a/docs/pages/pmd/rules/java/design.md +++ b/docs/pages/pmd/rules/java/design.md @@ -2141,8 +2141,23 @@ public class MaybeAUtility { } ``` -**Use this rule by referencing it:** +**This rule has the following properties:** + +|Name|Default Value|Description|Multivalued| +|----|-------------|-----------|-----------| +|ignoredAnnotations|lombok.experimental.UtilityClass|Fully qualified names of the annotation types that should be ignored by this rule|yes. Delimiter is '\|'.| + +**Use this rule with the default properties by just referencing it:** ``` xml ``` +**Use this rule and customize it:** +``` xml + + + + + +``` +