added documentation for IllegalInstantiation.classes

This commit is contained in:
Lars Kühne 2002-12-23 06:13:52 +00:00
parent b9da95f948
commit 0c507aa72b
1 changed files with 15 additions and 1 deletions

View File

@ -193,6 +193,20 @@
<p class="body">
There is a limitation that it is currently not possible to specify array classes.
</p>
<table width="100%" border="1" cellpadding="5" class="body">
<tr class="header">
<th>name</th>
<th>description</th>
<th>type</th>
<th>default value</th>
</tr>
<tr>
<td>classes</td>
<td>classes that should not be instantiated</td>
<td><a href="property_types.html#stringSet">{}</a></td>
<td>empty list</td>
</tr>
</table>
<h4>Example</h4>
<p class="body">
To configure the check:
@ -416,4 +430,4 @@ Copyright &copy; 2002 Oliver Burn. All rights Reserved.
</p>
</body>
</html>
</html>