We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.
Package com.vaadin.hilla
Annotation Interface Nullable
@Documented
@Retention(RUNTIME)
@Target(TYPE_USE)
@Deprecated(forRemoval=true)
public @interface Nullable
Deprecated, for removal: This API element is subject to removal in a future version.
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.
Nullable
instead