You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.hilla.

Annotation Interface Nullable

@Documented @Retention(RUNTIME) @Target(TYPE_USE) public @interface Nullable

Annotation to mark either field, method, parameter or type parameter as nullable. It is used by Typescript Generator as a source of type nullability information. This annotation exists only for convenience because the traditional `jakarta.annotation.Nullable` annotation is not applicable to type parameters.