Annotation Interface ViewContextByNavigation


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ViewContextByNavigation
Strategy to release, and create a new context on every navigation regardless of view name and parameters.

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.

See Also: