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

Annotation Type AllowInert

  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface AllowInert

    Makes a @ClientCallable method callable even if the UI is inert.

    Since:

    1.0

    Author:

    Vaadin Ltd