org.jboss.cdi.tck.literals
Class NamedLiteral

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

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

Annotation literal for Named

See Also:
Serialized Form

Field Summary
static javax.inject.Named INSTANCE
           
 
Constructor Summary
NamedLiteral(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
 

Field Detail

INSTANCE

public static final javax.inject.Named INSTANCE
Constructor Detail

NamedLiteral

public NamedLiteral(String value)
Method Detail

value

public String value()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.