DRAFT

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


DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.