javax.enterprise.context
Annotation Type RequestScoped


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

Defines the request scope.

Please see Request context lifecycle of the specification for getting furher information.

Version:
$Rev: 820769 $ $Date: 2009-10-01 22:00:49 +0200 (Do, 01. Okt 2009) $



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.