@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ViewContextByNavigation
It is on par with navigator view life cycle, but navigating to same view with same parameters releases the context and creates a new one.
In practice it works same as ViewContextStrategies.ViewNameAndParameters, even when
parameters does not change.
Copyright © 2018 Vaadin Ltd. All Rights Reserved.