aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 5e1ace27d0..e23269e64b 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -46,7 +46,8 @@ contains a number of significant enhancements.</p>
<li>Widget set definition and component-to-widget mapping has been redesigned</li>
<ul>
<li>Reuse of widgets is now much easier, as it is easier to package and use widget set JARs and otherwise combine widget sets.</li>
- <li>A widget set definition class is no longer used</li>
+ <li>A widget set definition class is no longer used. Java code needed for widget instantiation and client-server mapping is
+ automatically generated by GWT compiler. For common Vaadin user, Widgetset is now only a GWT module definition file (.gwt.xml).</li>
<li>Server-side component is mapped to a client-side widget with an annotation:
<pre>@ClientWidget(com.vaadin.demo.colorpicker.gwt.client.ui.VColorPicker.class)
public class ColorPicker extends AbstractField {</pre>