com.vaadin.spring.annotation
Annotation Type EnableVaadinNavigation


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Import(value=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)



Copyright © 2016 Vaadin Ltd. All Rights Reserved.