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


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

The scope is active as long as it's accessed by a view.

Author:
Gerhard Petracek



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