org.jboss.seam.faces.qualifier
Annotation Type Faces


@Qualifier
@Target(value={TYPE,METHOD,FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface Faces

A @Qualifier for an object or @Produces method that depends on the presence of an active JSF life-cycle in order to be injected successfully. This means that JSF must currently be servicing an active Request in order for an object qualified with this annotation in order to be available.

Author:
Lincoln Baxter, III



Copyright © 2011 Seam Framework. All Rights Reserved.