javax.enterprise.context
Annotation Type ConversationScoped


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

Specifies that a bean is conversation scoped.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.