org.jboss.seam.faces.qualifier
Class FacesLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Faces>
      extended by org.jboss.seam.faces.qualifier.FacesLiteral
All Implemented Interfaces:
Serializable, Annotation, Faces

public class FacesLiteral
extends AnnotationLiteral<Faces>
implements Faces

This class provides the AnnotationLiteral for the Faces qualifier

Author:
Brian Leathem
See Also:
Serialized Form

Field Summary
static Faces INSTANCE
           
 
Constructor Summary
FacesLiteral()
           
 
Method Summary
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

INSTANCE

public static final Faces INSTANCE
Constructor Detail

FacesLiteral

public FacesLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.