Deprecated API

Contents

  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    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).
    use the standardized NonNull instead
    use the standardized Nullable instead