Listing keepAlive attribute in what's new section
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 12 Dec 2014 11:50:20 +0100
changeset 90344cb743c3a5b
parent 902 5c65f811cf55
child 904 6505c38a43b3
Listing keepAlive attribute in what's new section
src/main/javadoc/overview.html
     1.1 --- a/src/main/javadoc/overview.html	Fri Dec 12 11:23:57 2014 +0100
     1.2 +++ b/src/main/javadoc/overview.html	Fri Dec 12 11:50:20 2014 +0100
     1.3 @@ -99,7 +99,11 @@
     1.4              {@link org.netbeans.html.json.spi.PropertyBinding#weak()} and
     1.5              {@link org.netbeans.html.json.spi.FunctionBinding#weak()}) and
     1.6              now the Java {@link net.java.html.json.Model models} can garbage collect,
     1.7 -            when no longer used.
     1.8 +            when no longer used. Library writers that use 
     1.9 +            {@link net.java.html.js.JavaScriptBody} annotation can also 
    1.10 +            control garbage collection behavior of method arguments by
    1.11 +            setting {@link net.java.html.js.JavaScriptBody#keepAlive() keepAlive=false}
    1.12 +            attribute.
    1.13          </p>
    1.14          
    1.15          <h3>What's New in Version 1.0?</h3>