org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Annotation Type ConversationScoped


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

A fine-grained conversation scope. (It isn't required to start the scope manually.)



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.