javax.context
Annotation Type SessionScoped


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

Specifies that a bean is session scoped.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.