Annotation Interface EnableVaadin


@Target(TYPE) @Retention(RUNTIME) @Documented @Import(VaadinConfiguration.class) public @interface EnableVaadin
Brings in the machinery to setup Spring + Vaadin applications. This annotation should be added on a Configuration class of the application to automatically import VaadinConfiguration.
Author:
Josh Long (josh@joshlong.com), Petter Holmström (petter@vaadin.com), Henri Sara (hesara@vaadin.com)