Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2017-08-25 18:18:18 +00:00
parent 1e4c963003
commit 0055eb15f3

View File

@@ -51,6 +51,7 @@ protected constructor in order to prevent instantiation than make the class misl
//ClassOrInterfaceDeclaration
[@Abstract = 'true']
[count(//MethodDeclaration) + count(//ConstructorDeclaration) = 0]
[not(../Annotation/MarkerAnnotation/Name[typeof(@Image, 'com.google.auto.value.AutoValue', 'AutoValue')])]
```
**Example(s):**