Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 8.0.2
-
Component/s: None
-
Labels:None
Description
As title
For example:
<library-property> <name>org.zkoss.bind.proxy.IgnoredProxyClasses</name> <appendable>true</appendable> <list> <value>java.util.Date</value> <value>java.sql.Date</value> <value>java.sql.Timestamp</value> <value>java.math.BigDecimal</value> <value>java.math.BigInteger</value> </list> </library-property>
appendable means that the value would append to library-property map by a specific key