Documenting the mutable array change in Javadoc overview page MutableArrays
authorJaroslav Tulach <jtulach@netbeans.org>
Tue, 26 Aug 2014 17:36:07 +0200
branchMutableArrays
changeset 83260ba914d805c
parent 831 e37388a5f7d1
child 833 ebc05bf6bd71
Documenting the mutable array change in Javadoc overview page
json/src/main/java/org/apidesign/html/json/spi/Proto.java
src/main/javadoc/overview.html
     1.1 --- a/json/src/main/java/org/apidesign/html/json/spi/Proto.java	Tue Aug 26 17:35:37 2014 +0200
     1.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/Proto.java	Tue Aug 26 17:36:07 2014 +0200
     1.3 @@ -806,7 +806,7 @@
     1.4              return type.cast(val);
     1.5          }
     1.6  
     1.7 -        /** Special dealing with array & {@link List} values. This method
     1.8 +        /** Special dealing with array &amp; {@link List} values. This method
     1.9           * takes the provided collection, empties it and fills it again
    1.10           * with values extracted from <code>value</code> (which is supposed
    1.11           * to be an array).
     2.1 --- a/src/main/javadoc/overview.html	Tue Aug 26 17:35:37 2014 +0200
     2.2 +++ b/src/main/javadoc/overview.html	Tue Aug 26 17:36:07 2014 +0200
     2.3 @@ -75,6 +75,14 @@
     2.4           yet the application code can be written in Java.
     2.5          </p>
     2.6          
     2.7 +        <h3>What's New in Version 1.0?</h3>
     2.8 +        
     2.9 +        <p>
    2.10 +            {@link net.java.html.json.Property#array() Array properties} are now
    2.11 +            mutable from the <a href="http://knockoutjs.com">knockout.js</a>
    2.12 +            point of view (required {@link org.apidesign.html.json.spi.Proto.Type#replaceValue one SPI change}).
    2.13 +        </p>
    2.14 +        
    2.15          <h3>What's New in Version 0.9?</h3>
    2.16          
    2.17          <p>