# HG changeset patch # User Jaroslav Tulach # Date 1456519466 -3600 # Node ID a753f36c67fcc0fd776553b9ef8d1e32a94c1a79 # Parent c61d247f087a04b34f8ec5fca89252dbd4a40f2f #258088: Mention Property#mutable in API changes overview diff -r c61d247f087a -r a753f36c67fc src/main/javadoc/overview.html --- a/src/main/javadoc/overview.html Mon Feb 22 19:58:32 2016 +0100 +++ b/src/main/javadoc/overview.html Fri Feb 26 21:44:26 2016 +0100 @@ -101,7 +101,11 @@ {@link net.java.html.json.Model Model classes} can generate builder-like construction methods if builder {@link net.java.html.json.Model#builder() prefix} is specified. - The JavaFX presenter can be executed in headless mode - + {@link net.java.html.json.Property#mutable} can be false + to define a non-mutable (almost constant) property. That + in case of Knockout bindings means: the property is + represented by a plain value rather than an observable in the JavaScript + object. The JavaFX presenter can be executed in headless mode - just specify -Dfxpresenter.headless=true when launching its virtual machine and no window will be shown. This is particularly useful for testing. Configure your surefire or failsafe