com.vaadin.flow.component.

Annotation Type NotSupported


  • @Target(value=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