Annotation Interface SessionScoped


@Scope @Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface SessionScoped
Indicates that annotated component should be instantiated before session execution starts and discarded after session execution completes. TODO: this is currently not implemented
Since:
4.0.0