org.apache.webbeans.annotation
Class NamedLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.inject.Named>
      extended by org.apache.webbeans.annotation.NamedLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.inject.Named

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

Named literal.

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
NamedLiteral()
           
NamedLiteral(String value)
           
 
Method Summary
 void setValue(String value)
           
 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()

setValue

public void setValue(String value)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.