Package com.vaadin.hilla
Annotation Interface Nonnull
@Documented
@Retention(RUNTIME)
@Target(TYPE_USE)
@Deprecated(forRemoval=true)
public @interface Nonnull
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
non-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.Nonnull` annotation is not applicable to type parameters.
NonNull
instead