@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ExpireWithPageFlow
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.