javax.enterprise.context
Annotation Type ConversationScoped


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

Conversation scope type.

See Also:
Conversation



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