@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @Import(value=UINavigatorRegistrar.class) @EnableBeanContext public @interface EnableNavigator
Configuration class to made available a UI-scoped Navigator
instance.
The Vaadin UI scope must be enabled to use this configuration annotation, for example using the EnableVaadin
annotation or the Vaadin Spring Boot integration auto-configuration facilities.
Copyright © 2020 The Holon Platform. All rights reserved.