From: Denis Anisimov Date: Sat, 22 Nov 2014 10:27:01 +0000 (+0200) Subject: Use @Inherited for annotations that have inherited semantic (#12351). X-Git-Tag: 7.6.5~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4e646605b621dcc6a65ffd8793a864abf6078b11;p=vaadin-framework.git Use @Inherited for annotations that have inherited semantic (#12351). Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index bccb867c4d..debf544ed5 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -147,6 +147,8 @@ This default can be changed in deployment configuration.
  • Server-side timings of request processing are only sent to the client when not in production mode. Using the timings in TestBench tests requires the server not to be in production mode.
  • +
  • The annotations @PreserveOnRefresh, @Push, @Theme, @Title, @VaadinServletConfiguration and @Widgetset now use + @Inherited. The annotation is also looked up in extended interfaces for backwards compatibility.
  • Known Issues and Limitations