Annotation Interface ExpireWithPageFlow


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ExpireWithPageFlow
When this annotation, along with ManagedBean and SessionScoped is found on a class, the the managed bean should be stored in the page flow storage instead of as a session attribute and expire with the page flow storage object.
Since:
9.6