org.jboss.solder.literal
Class NamedLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Named>
      extended by org.jboss.solder.literal.NamedLiteral
All Implemented Interfaces:
Serializable, Annotation, Named

public class NamedLiteral
extends AnnotationLiteral<Named>
implements Named

See Also:
Serialized Form

Constructor Summary
NamedLiteral()
           
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
 

Constructor Detail

NamedLiteral

public NamedLiteral()

NamedLiteral

public NamedLiteral(String value)
Method Detail

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.