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


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

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

Author:
Gerhard Petracek



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