@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface StatefulView
View
class as stateful in relation to application UI lifecycle.
Stateful views instances are retained by ViewNavigator
after first construction, and the same view instance
is returned to subsequent view requests.
ViewNavigator
Copyright © 2019 The Holon Platform. All rights reserved.