org.jboss.weld.literal
Class QualifierLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.inject.Qualifier>
      extended by org.jboss.weld.literal.QualifierLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.inject.Qualifier

public class QualifierLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.inject.Qualifier>
implements javax.inject.Qualifier

Annotation literal for Qualifier?

Author:
Pete Muir
See Also:
Serialized Form

Field Summary
static javax.inject.Qualifier INSTANCE
           
 
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 javax.inject.Qualifier INSTANCE


Copyright © 2013 Seam Framework. All Rights Reserved.