Annotation Interface SessionScoped


@Target(TYPE) @Retention(RUNTIME) public @interface SessionScoped
Indicates that annotated component should be instantiated before session execution starts and discarded after session execution completes.
Since:
3.2.0