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 likejavax.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-insensitivenonnull
name.
-