Annotation Interface Bridge


@Retention(RUNTIME) @Target(TYPE) public @interface Bridge
Marks a Vaadin view to allow events and messages to be sent between it and a compatible Swing panel (e.g.: a JVaadinPanel).
Author:
Vaadin Ltd