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

Annotation Type NotSupported

  • @Target(METHOD)
    @Documented
    public @interface NotSupported

    Methods annotated with NotSupported are mapped to the original webcomponent implementation, but not supported at Java level.

    Calling methods annotated this way results in no-ops.

    Subclasses can override the not supported methods and add meaningful implementation to them.

    Since:

    1.0