Deprecated API

Contents

  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    As of Vaadin 25, this annotation is deprecated together with Theme, since the theming system has been reworked and no theme is applied to the application unless it is explicitly requested. Omitting Theme has the same effect as using this annotation, so it can simply be removed. Styles are now loaded with StyleSheet from public static resources locations or CssImport from a src/main/frontend/ folder, together with mechanisms native to HTML, CSS and React (e.g. @import url("morestyles.css") in CSS).
    As of Vaadin 25, this annotation is deprecated. The theming system has been reworked to use StyleSheet to load one or more stylesheets from public static resources locations or CssImport to load one or more stylesheets from a src/main/frontend/ folder and use mechanisms native to HTML, CSS and React (e.g. @import url("morestyles.css") in CSS).