Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi authored Feb 28, 2025
1 parent 8948756 commit 7b01801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/hilla/lit/reference/type-nullability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Types that are set as _non_nullable_ are in essence required. Whereas types that

Any of these nullable types can be made non-nullable by applying a `@NonNull` annotation.

While using any annotation that has the name `nonnull` (case-insensitive) is supported, Vaadin recommends using the `org.jspecify.annotations.NonNull`. Below are some examples of other supported `nonnull` annotations:
While the usage of any annotation that has the name `nonnull` (case-insensitive) is supported, Vaadin recommends using the `org.jspecify.annotations.NonNull`. Below are some examples of other supported `nonnull` annotations:

* `jakarta.annotation.Nonnull`;
* `edu.umd.cs.findbugs.annotations.NonNull`;
Expand Down

0 comments on commit 7b01801

Please sign in to comment.