org.apache.myfaces.extensions.cdi.core.impl.util
Class NamedLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<javax.inject.Named>
org.apache.myfaces.extensions.cdi.core.impl.util.NamedLiteral
- All Implemented Interfaces:
- Serializable, Annotation, javax.inject.Named
public class NamedLiteral
- extends javax.enterprise.util.AnnotationLiteral<javax.inject.Named>
- implements javax.inject.Named
Literal for the Named
annotation.
- See Also:
- Serialized Form
Constructor Summary |
NamedLiteral(String name)
Constructor for creating an instance with the given name |
Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType, equals, hashCode, toString |
NamedLiteral
public NamedLiteral(String name)
- Constructor for creating an instance with the given name
- Parameters:
name
- name which should be used
value
public String value()
-
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.