added documentation for IllegalInstantiation.classes
This commit is contained in:
parent
b9da95f948
commit
0c507aa72b
|
|
@ -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 © 2002 Oliver Burn. All rights Reserved.
|
|||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue