javax.webbeans
Annotation Type RequestScoped


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

Specifies that a Web Bean is request scoped.

Author:
Gavin King, Pete Muir



Copyright © 2008. All Rights Reserved.