org.jboss.errai.cdi.server
Class NamedQualifier

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.inject.Named>
      extended by org.jboss.errai.cdi.server.NamedQualifier
All Implemented Interfaces:
Serializable, Annotation, javax.inject.Named

public class NamedQualifier
extends javax.enterprise.util.AnnotationLiteral<javax.inject.Named>
implements javax.inject.Named

See Also:
Serialized Form

Constructor Summary
NamedQualifier(String value)
           
 
Method Summary
 String value()
           
 
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
 

Constructor Detail

NamedQualifier

public NamedQualifier(String value)
Method Detail

value

public String value()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.