javax.context
Annotation Type RequestScoped


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
@ScopeType
@Inherited
public @interface RequestScoped

Specifies that a bean is request scoped.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.