diff options
author | Denis Anisimov <denis@vaadin.com> | 2014-11-22 12:27:01 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-02-29 13:11:16 +0000 |
commit | 89f76b9dbad93260632ae1e025b607daa64d9f81 (patch) | |
tree | 565b39d3080cf219ada68cfcf6c49f2d8d89f8d6 /WebContent/release-notes.html | |
parent | 4ee39c397a85618e65d2e5dcd3ec556569a73719 (diff) | |
download | vaadin-framework-89f76b9dbad93260632ae1e025b607daa64d9f81.tar.gz vaadin-framework-89f76b9dbad93260632ae1e025b607daa64d9f81.zip |
Use @Inherited for annotations that have inherited semantic (#12351).
Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 4286b3ace0..f7b5611be5 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -140,6 +140,8 @@ cause problems with external libraries compiled against said versions.</li> <li>Declarative format is now using "vaadin-" as a default prefix instead of the "v-" prefix used in 7.5. This default can be changed in deployment configuration.</li> + <li>The annotations @PreserveOnRefresh, @Push, @Theme, @Title, @VaadinServletConfiguration and @Widgetset now use + @Inherited. The annotation is also looked up in extended interfaces for backwards compatibility.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |