@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface VolatileView
View
as volatile, i.e. not to be tracked in navigation history. Volatile views won't be recalled
navigating back in history, for example using ViewNavigator.navigateBack()
.Copyright © 2019 The Holon Platform. All rights reserved.