@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @Scope(value=SessionContext.class) public @interface Session
@Session
-annotated component is sustained in HTTP session.
If the application is not running in Web environment, this scope becomes
equal to Thread
scope.Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.