Skip to content

Commit a5d73c1

Browse files
authored
improve wording
1 parent 7b01801 commit a5d73c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hilla/lit/reference/type-nullability.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Along with `@NonNull` annotations, you could also use package-level `@NonNullApi
141141

142142
By default, the following annotation is supported: `org.springframework.lang.NonNullApi`.
143143

144-
To make any type nullable, you must add `@Nullable` annotation to it. While any annotation that has the name `nullable` (case-insensitive) is supported, Vaadin recommends using the `org.jspecify.annotations.Nullable`.
144+
To make any type nullable, you must add `@Nullable` annotation to it. While the usage of any annotation that has the name `nullable` (case-insensitive) is supported, Vaadin recommends using the `org.jspecify.annotations.Nullable`.
145145

146146
.`package-info.java`
147147
[source,java]

0 commit comments

Comments
 (0)