Update documentation

TRAVIS_JOB_NUMBER=3388.2
TRAVIS_COMMIT_RANGE=e2a4b744fd54...bd7c6c3a17f7
This commit is contained in:
Travis CI (pmd-bot)
2019-01-30 15:58:06 +00:00
parent fd9e49ea5d
commit 1bb21d9176
2 changed files with 8 additions and 2 deletions

View File

@ -5,8 +5,8 @@
<description>Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features.</description>
<link>https://pmd.github.io/pmd/</link>
<atom:link href="https://pmd.github.io/pmd/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Wed, 30 Jan 2019 15:36:43 +0000</pubDate>
<lastBuildDate>Wed, 30 Jan 2019 15:36:43 +0000</lastBuildDate>
<pubDate>Wed, 30 Jan 2019 15:56:56 +0000</pubDate>
<lastBuildDate>Wed, 30 Jan 2019 15:56:56 +0000</lastBuildDate>
<generator>Jekyll v3.7.4</generator>
</channel>

View File

@ -2095,6 +2095,12 @@ naming conventions, i.e. for a variable named foo, getFoo() and setFoo() accesso
</tr>
</thead>
<tbody>
<tr>
<td>ignoredAnnotations</td>
<td>lombok.Data | lombok.Getter | lombok.Value</td>
<td>Fully qualified names of the annotation types that should be ignored by this rule</td>
<td>yes. Delimiter is |.</td>
</tr>
<tr>
<td>prefix</td>
<td> </td>