@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ViewContextByName
This strategy is not on par with navigator view life cycle. While navigating
to same view, same context remains active.
com.vaadin.navigator.View#enter(ViewChangeEvent) will be called again
on the same view instance.
Note: Navigator view change events do not mean that the view context has changed.
Copyright © 2018 Vaadin Ltd. All Rights Reserved.