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


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

Beans which use this scope are bound to a window (or tab).

Author:
Gerhard Petracek



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