• Deprecated Annotation Types
    Annotation Type and Description
    com.vaadin.flow.server.VaadinServletConfiguration

    Leftover from Vaadin Framework 8 where the developer typically defines their own servlet class. Starting from Flow 1.0, a servlet is automatically registered and this annotation serves very little purpose.

  • Deprecated Annotation Type Elements
    Annotation Type Element and Description
    com.vaadin.flow.component.dependency.JsModule.loadMode

    LoadMode does not function with JavaScript modules. If the module is local, it is included into the frontend resource bundle. If the module is external, it is loaded as deferred due to type=module in scrip tag.