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