org.jsxp.framework.annotations
Annotation Type ViewScope


@Retention(value=RUNTIME)
public @interface ViewScope

The Interface ViewScope. Defines the ViewScope-Annotation. This annotation is used on field in a ViewController, so that the field is automatically managed in this scope. The ViewScope is valid as long as the users request only the same view. It is cleared whenever the actual view is leaved (another view is requested).



Copyright © 2012 Oliver Szymanski & David Tanzer