Skip to content

Vaadin Flow 8.0.0.alpha10

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 28 Jun 15:48
4e5fad4

Vaadin Flow 8.0.0.alpha10

Changes in Flow from 8.0.0.alpha9

  • New Features:

    • Add Vaadin Nonnull annotation. PR:11341

      Adds a @Nonnull annotation that is applicable to not only fields/methods/parameters like javax.annotation.Nonnull but also to type parameters. It gives more control over the generated Typescript code. It is still possible to use any other annotation with the case-insensitive nonnull name.

  • ⧉ All changes