Package com.vaadin.spring.annotation
Annotation Interface EnableVaadinNavigation
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(VaadinNavigatorConfiguration.class)
public @interface EnableVaadinNavigation
Brings in the machinery to configure automatic navigation based on
SpringViewDisplay annotations. This annotation should be added on a
Configuration class of the application to automatically import
VaadinNavigatorConfiguration.- Author:
- Henri Sara (hesara@vaadin.com)